diff options
Diffstat (limited to 'games/gomoku/Makefile')
-rw-r--r-- | games/gomoku/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile index eadeb55a745c..8481dfe412cc 100644 --- a/games/gomoku/Makefile +++ b/games/gomoku/Makefile @@ -3,7 +3,7 @@ PORTNAME= gomoku PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnustep MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} @@ -17,6 +17,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Gomoku.app/Gomoku .include <bsd.port.mk> |