aboutsummaryrefslogtreecommitdiff
path: root/games/gmines/Makefile
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
commit9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch)
treeda5a3eeed8b9041e9805decaee1098282defef37 /games/gmines/Makefile
parent1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff)
downloadports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz
ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip
Notes
Diffstat (limited to 'games/gmines/Makefile')
-rw-r--r--games/gmines/Makefile4
1 files changed, 2 insertions, 2 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>