summaryrefslogtreecommitdiffstats
path: root/games/gomoku.app
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/gomoku.app
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/gomoku.app')
-rw-r--r--games/gomoku.app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index 98b2e4f..8af78ca 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -14,7 +14,8 @@ DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep Gomoku game
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes
OpenPOWER on IntegriCloud