summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
committerdinoex <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
commit6e7ac2e081c723705c073dc180c0de11185c7c68 (patch)
tree76cf5568816f24f0b77ea4582877fdbb260f204d /misc
parent45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff)
downloadFreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.zip
FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'misc')
-rw-r--r--misc/gnustep-examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index eeeb0a1..9733ac9 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= core
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep example applications
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
GUN_CONFIGURE= yes
OpenPOWER on IntegriCloud