diff options
-rw-r--r-- | deskutils/charmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index 4107da3405af..e7ff7cc55766 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -17,6 +17,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Charmap.app/Charmap + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap .include <bsd.port.mk> |