aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixen/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 /graphics/pixen/Makefile
parent1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff)
Notes
Diffstat (limited to 'graphics/pixen/Makefile')
-rw-r--r--graphics/pixen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
index de1e9c25847c..d2842c6c65de 100644
--- a/graphics/pixen/Makefile
+++ b/graphics/pixen/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pixen
PORTVERSION= 0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}
@@ -19,6 +19,6 @@ USE_GNUSTEP= back build
ADDITIONAL_OBJCFLAGS+= -Dlog2=logb
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Pixen.app/Pixen
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen
.include <bsd.port.mk>