diff options
Diffstat (limited to 'science/gtamsanalyzer/Makefile')
-rw-r--r-- | science/gtamsanalyzer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile index 501a4cbe99c7..da4092a771b8 100644 --- a/science/gtamsanalyzer/Makefile +++ b/science/gtamsanalyzer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtamsanalyzer PORTVERSION= 0.42 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science gnustep MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION} DISTNAME= GTAMSAnalyzer.src.${PORTVERSION} @@ -24,6 +24,6 @@ post-patch: ${WRKSRC}/GNUmakefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GTAMSAnalyzer.app/GTAMSAnalyzer + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GTAMSAnalyzer.app/GTAMSAnalyzer .include <bsd.port.mk> |