summaryrefslogtreecommitdiff
path: root/graphics/epix
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-09 13:34:07 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-09 13:34:07 +0000
commit08f335f26d26013197d17d821057c40b4b69c781 (patch)
tree02fdd0eeb87dd4c6703d1ef2c7b0522fcf0d9df0 /graphics/epix
parentFix build with custom LOCALBASE. (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/Makefile1
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}"