svn commit: r336108 - head/archivers/freetar
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 20:44:06 UTC 2013
Author: bapt
Date: Tue Dec 10 20:44:05 2013
New Revision: 336108
URL: http://svnweb.freebsd.org/changeset/ports/336108
Log:
Support stage
strip binaries
Modified:
head/archivers/freetar/Makefile
Modified: head/archivers/freetar/Makefile
==============================================================================
--- head/archivers/freetar/Makefile Tue Dec 10 20:42:40 2013 (r336107)
+++ head/archivers/freetar/Makefile Tue Dec 10 20:44:05 2013 (r336108)
@@ -12,7 +12,6 @@ COMMENT= TAR archiver for GNUstep
LICENSE= GPLv2
-NO_STAGE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
@@ -20,4 +19,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/FreeTar_1_1_1_Source
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${GNUSTEP_PREFIX}/Local/Applications/FreeTar.app/FreeTar
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list