summaryrefslogtreecommitdiff
path: root/deskutils
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 /deskutils
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 'deskutils')
-rw-r--r--deskutils/gworkspace/Makefile3
-rw-r--r--deskutils/preferences.app/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile
index 370624f4f9c9..c8e85c18fb55 100644
--- a/deskutils/gworkspace/Makefile
+++ b/deskutils/gworkspace/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ \
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep workspace manager
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION}
GUN_CONFIGURE= yes
diff --git a/deskutils/preferences.app/Makefile b/deskutils/preferences.app/Makefile
index 87a0341b2708..b6c424f79475 100644
--- a/deskutils/preferences.app/Makefile
+++ b/deskutils/preferences.app/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep workspace manager
USE_BZIP2= yes
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes