aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
commit3b6641a158eff00a2c84962bae7a9dc47e73dc09 (patch)
tree3aada758a08f0da555e66c79ad3699ac4ba476b2 /lang/gnustep-base
parent39146f3dade2b06172cd752ed23ab8d5447ec927 (diff)
downloadports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.tar.gz
ports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.zip
- new option GNUSTEP_PREFIX
allow user defined location of all files
Notes
Notes: svn path=/head/; revision=153867
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 71d7feec431a..5d7b7b442bc6 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -19,7 +19,8 @@ LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
ETCDIR= ${LOCALBASE}/etc
USE_AUTOTOOLS= autoconf:259