summaryrefslogtreecommitdiff
path: root/devel/gorm
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 /devel/gorm
parent- update plist for current gnustep (diff)
- new option GNUSTEP_PREFIX
allow user defined location of all files
Notes
Notes: svn path=/head/; revision=153867
Diffstat (limited to 'devel/gorm')
-rw-r--r--devel/gorm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile
index 26144331ad10..b030186a7338 100644
--- a/devel/gorm/Makefile
+++ b/devel/gorm/Makefile
@@ -15,7 +15,8 @@ DISTNAME= Gorm-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Graphical Object Relationship Modeller
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes