diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /games/gmines | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip |
Notes
Diffstat (limited to 'games/gmines')
-rw-r--r-- | games/gmines/Makefile | 4 | ||||
-rw-r--r-- | games/gmines/pkg-plist | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/gmines/Makefile b/games/gmines/Makefile index 0b88d1cc5b96..d5d34ca0155e 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmines PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMines-${PORTVERSION} @@ -16,6 +16,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GMines.app/GMines + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GMines.app/GMines .include <bsd.port.mk> diff --git a/games/gmines/pkg-plist b/games/gmines/pkg-plist index 7c9383963b00..167ead25d0fa 100644 --- a/games/gmines/pkg-plist +++ b/games/gmines/pkg-plist @@ -1,6 +1,6 @@ -GNUstep/Local/Applications/GMines.app/GMines -GNUstep/Local/Applications/GMines.app/Resources/GMines.desktop -GNUstep/Local/Applications/GMines.app/Resources/GMines.tiff -GNUstep/Local/Applications/GMines.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/GMines.app/stamp.make -GNUstep/Local/Tools/GMines +GNUstep/System/Applications/GMines.app/GMines +GNUstep/System/Applications/GMines.app/Resources/GMines.desktop +GNUstep/System/Applications/GMines.app/Resources/GMines.tiff +GNUstep/System/Applications/GMines.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/GMines.app/stamp.make +GNUstep/System/Tools/GMines |