diff options
Diffstat (limited to 'graphics/pixen/Makefile')
-rw-r--r-- | graphics/pixen/Makefile | 4 |
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> |