summaryrefslogtreecommitdiff
path: root/games/gshisen
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-27 09:27:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-27 09:27:16 +0000
commit2841fdefb2b21d45123e1d5a6be14d1c7e8f652e (patch)
treef4628a5644a4cb3b37afc0b8acf5b63b3db3c2c4 /games/gshisen
parentFix function info doesn't work. (diff)
take maintainership
Notes
Notes: svn path=/head/; revision=68912
Diffstat (limited to 'games/gshisen')
-rw-r--r--games/gshisen/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 7cb9791524b0..7df54a85733f 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -10,10 +10,10 @@ PORTVERSION= 1.0.1
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/enrico/gshisen/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
-BUILD_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
-RUN_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
+BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
+RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
PREFIX= ${LOCALBASE}/GNUstep
WRKSRC= ${WRKDIR}/GShisen
@@ -23,7 +23,7 @@ MAKE_FLAGS= GUI_BACKEND_LIB=xgps
ALL_TARGET=
NO_MTREE= yes
-XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle
+XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu
.include <bsd.port.pre.mk>