Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 23:37:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398193 - head/deskutils/charmap
Message-ID:  <201509292337.t8TNbqnd042846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509292337.t8TNbqnd042846>