summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-29 23:37:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-29 23:37:52 +0000
commitd1044591e68bac0f527dbe6fa96e78f6d36384ff (patch)
tree8173e9b147889b86d9c5f94e982ea73e733029e3 /deskutils
parent- Update to 15.9.0, please see (diff)
- Fix build after GNUstep changes by stripping files in the correct place
Notes
Notes: svn path=/head/; revision=398193
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/charmap/Makefile2
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>