aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfig-devel/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-18 13:05:18 +0800
committerasami <asami@FreeBSD.org>1995-04-18 13:05:18 +0800
commit8940b52f02c036e1a1220ee6c2a36436e0cc0cb1 (patch)
tree81033211326caec25a24493fbdd69c4376c38ae2 /graphics/xfig-devel/Makefile
parenteb1e956fbeb2248bb7c9e98e208e423a87d77965 (diff)
downloadfreebsd-ports-gnome-8940b52f02c036e1a1220ee6c2a36436e0cc0cb1.tar.gz
freebsd-ports-gnome-8940b52f02c036e1a1220ee6c2a36436e0cc0cb1.tar.zst
freebsd-ports-gnome-8940b52f02c036e1a1220ee6c2a36436e0cc0cb1.zip
Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p
Pointed-out by: pkg_create
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-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>