diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-09 21:34:07 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-09 21:34:07 +0800 |
commit | a17de421cf2574af3086142bc4d38719ebdd9cd1 (patch) | |
tree | b970330dbce88680eae2a974c68fc8d14c9770e6 /graphics/epix | |
parent | 2f603bfeb041386d4a36a5c4349de1060071785f (diff) | |
download | freebsd-ports-gnome-a17de421cf2574af3086142bc4d38719ebdd9cd1.tar.gz freebsd-ports-gnome-a17de421cf2574af3086142bc4d38719ebdd9cd1.tar.zst freebsd-ports-gnome-a17de421cf2574af3086142bc4d38719ebdd9cd1.zip |
Fix install / plist with custom PREFIX
Reported by: QATty
Diffstat (limited to 'graphics/epix')
-rw-r--r-- | graphics/epix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 788c3ad4bb7d..7b928627caa5 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ USE_BZIP2= yes USE_GCC= 3.4 MAKE_ARGS= CXX="${CXX}" CFLAGS="${CXXFLAGS} -c" \ + prefix=${PREFIX} \ INSTALL_PROGRAM="${INSTALL_DATA}" \ INSTALL_BIN="${INSTALL_SCRIPT}" PLIST_SUB= VERSION="${PORTVERSION}" |