diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-27 17:27:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-27 17:27:16 +0800 |
commit | c44cd5bf61d15da467004cdc0bbebe3b019e00c6 (patch) | |
tree | 712a0ea354e2fc38f9b93ce5d46a7d722d32d73b | |
parent | 5f7253643e880af861581fc115c89fb585b7ee0a (diff) | |
download | freebsd-ports-gnome-c44cd5bf61d15da467004cdc0bbebe3b019e00c6.tar.gz freebsd-ports-gnome-c44cd5bf61d15da467004cdc0bbebe3b019e00c6.tar.zst freebsd-ports-gnome-c44cd5bf61d15da467004cdc0bbebe3b019e00c6.zip |
take maintainership
-rw-r--r-- | games/gshisen/Makefile | 8 |
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> |