summaryrefslogtreecommitdiffstats
path: root/games/gshisen
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 /games/gshisen
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 'games/gshisen')
-rw-r--r--games/gshisen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 3aa4b6f..d0a2a8fe 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= dinoex
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes
OpenPOWER on IntegriCloud