summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-14 02:32:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-14 02:32:56 +0000
commit9b0d21ad9970390990dabd40131e2726a6e6d479 (patch)
tree41d69110eabd2d0b4d82006fa5c81c2baa985171 /x11
parentAdd "gmp" to the subirs list. It seems to compile and package just fine. (diff)
Set flags so that ${PREFIX} is used when installing.
Notes
Notes: svn path=/head/; revision=974
Diffstat (limited to 'x11')
-rw-r--r--x11/xloadimage/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 30f686e2e7da..0bbab41961f6 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -3,6 +3,10 @@ DISTFILES= xloadimage.3.03.tar.Z
NO_WRKSUBDIR= yes
USE_IMAKE= yes
MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
+MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
+ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
+pre-install:
+ @mkdir -p ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>