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/lapispuzzle/Makefile | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) |
Notes
Diffstat (limited to 'games/lapispuzzle/Makefile')
-rw-r--r-- | games/lapispuzzle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index 9b038ba40f27..8871c05f3df4 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapispuzzle PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LapisPuzzle-${PORTVERSION} @@ -20,6 +20,6 @@ USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LapisPuzzle.app/LapisPuzzle + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LapisPuzzle.app/LapisPuzzle .include <bsd.port.mk> |