diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-14 10:32:56 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-14 10:32:56 +0800 |
commit | 1a945dbe0f61af3e6bbec276ebbf0adae5ea6956 (patch) | |
tree | 51fac350c91f838c9de436a64f6510d235edebb8 /x11/xloadimage | |
parent | f923f89232f86fb55e60ad598237a99172d265b9 (diff) | |
download | freebsd-ports-gnome-1a945dbe0f61af3e6bbec276ebbf0adae5ea6956.tar.gz freebsd-ports-gnome-1a945dbe0f61af3e6bbec276ebbf0adae5ea6956.tar.zst freebsd-ports-gnome-1a945dbe0f61af3e6bbec276ebbf0adae5ea6956.zip |
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 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> |