aboutsummaryrefslogtreecommitdiff
path: root/lang/gscheme/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 /lang/gscheme/Makefile
parent1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff)
downloadports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz
ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip
Notes
Diffstat (limited to 'lang/gscheme/Makefile')
-rw-r--r--lang/gscheme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile
index 5c8ac55ba4ee..7071aa32833d 100644
--- a/lang/gscheme/Makefile
+++ b/lang/gscheme/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gscheme
PORTVERSION= 0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang gnustep
MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \
LOCAL/dinoex
@@ -26,7 +26,7 @@ post-patch:
${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m
post-install:
- ${RM} -f ${STAGEDIR}${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GScheme.app/GScheme
+ ${RM} -f ${STAGEDIR}${GNUSTEP_PREFIX}/System/Applications/GScheme.app/Resources/library.scm~
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GScheme.app/GScheme
.include <bsd.port.mk>