diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /lang/gnustep-objc | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.zip FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz |
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 39a2bfe..99819fa 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org COMMENT= A snapshot of libobjc, meant to be used with GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_BUILD= yes |