diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /games | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.zst freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.zip |
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'games')
-rw-r--r-- | games/gomoku.app/Makefile | 3 | ||||
-rw-r--r-- | games/gshisen/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 98b2e4fd5601..8af78caa1a12 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 diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 3aa4b6fa131d..d0a2a8fe1da0 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 |