Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p

Pointed-out by: pkg_create
This commit is contained in:
Satoshi Asami 1995-04-18 05:05:18 +00:00
parent 377079f63c
commit 63d38d11a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1444
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# Date created: 4 January 1995
# Whom: roberto
#
# $Id: Makefile,v 1.8 1995/04/01 12:46:06 jkh Exp $
# $Id: Makefile,v 1.9 1995/04/09 07:09:49 asami Exp $
#
DISTNAME= xfig.3.1.3
@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/xfig
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/xfig -f
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 4 January 1995
# Whom: roberto
#
# $Id: Makefile,v 1.8 1995/04/01 12:46:06 jkh Exp $
# $Id: Makefile,v 1.9 1995/04/09 07:09:49 asami Exp $
#
DISTNAME= xfig.3.1.3
@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/xfig
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/xfig -f
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults \
XFIGLIBDIR=${PREFIX}/lib/X11/xfig -f
.include <bsd.port.mk>