diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-14 02:32:56 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-14 02:32:56 +0000 |
commit | 1a945dbe0f61af3e6bbec276ebbf0adae5ea6956 (patch) | |
tree | 51fac350c91f838c9de436a64f6510d235edebb8 /x11/xloadimage | |
parent | f923f89232f86fb55e60ad598237a99172d265b9 (diff) | |
download | FreeBSD-ports-1a945dbe0f61af3e6bbec276ebbf0adae5ea6956.zip FreeBSD-ports-1a945dbe0f61af3e6bbec276ebbf0adae5ea6956.tar.gz |
Set flags so that ${PREFIX} is used when installing.
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 30f686e..0bbab41 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> |