aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-18 05:05:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-18 05:05:18 +0000
commit63d38d11a20356c219121ce5e2ef6c0d20764331 (patch)
tree27d1c84b7be1207ce9dd80392e11b8702c42b2dd /graphics/xfig-devel
parent377079f63c2f474cd0654d2ed7804bd5db06563f (diff)
downloadports-63d38d11a20356c219121ce5e2ef6c0d20764331.tar.gz
ports-63d38d11a20356c219121ce5e2ef6c0d20764331.zip
Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p
Pointed-out by: pkg_create
Notes
Notes: svn path=/head/; revision=1444
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r--graphics/xfig-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 3bafdf7109c2..40ea2aaacc8e 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -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>