svn commit: r398193 - head/deskutils/charmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 29 23:37:53 UTC 2015


Author: amdmi3
Date: Tue Sep 29 23:37:52 2015
New Revision: 398193
URL: https://svnweb.freebsd.org/changeset/ports/398193

Log:
  - Fix build after GNUstep changes by stripping files in the correct place

Modified:
  head/deskutils/charmap/Makefile

Modified: head/deskutils/charmap/Makefile
==============================================================================
--- head/deskutils/charmap/Makefile	Tue Sep 29 23:29:01 2015	(r398192)
+++ head/deskutils/charmap/Makefile	Tue Sep 29 23:37:52 2015	(r398193)
@@ -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>


More information about the svn-ports-head mailing list