diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 13:34:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 13:34:07 +0000 |
commit | 08f335f26d26013197d17d821057c40b4b69c781 (patch) | |
tree | 02fdd0eeb87dd4c6703d1ef2c7b0522fcf0d9df0 /graphics/epix | |
parent | 78dbb1d2b58b29983632e84aee3156628510ca90 (diff) |
Fix install / plist with custom PREFIX
Reported by: QATty
Notes
Notes:
svn path=/head/; revision=235497
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}" |