diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 3b6641a158eff00a2c84962bae7a9dc47e73dc09 (patch) | |
tree | 3aada758a08f0da555e66c79ad3699ac4ba476b2 /deskutils/gworkspace | |
parent | 39146f3dade2b06172cd752ed23ab8d5447ec927 (diff) | |
download | ports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.tar.gz ports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.zip |
Notes
Diffstat (limited to 'deskutils/gworkspace')
-rw-r--r-- | deskutils/gworkspace/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |