svn commit: r379977 - head/archivers/xar

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 26 01:27:00 UTC 2015


Author: amdmi3
Date: Thu Feb 26 01:26:59 2015
New Revision: 379977
URL: https://svnweb.freebsd.org/changeset/ports/379977
QAT: https://qat.redports.org/buildarchive/r379977/

Log:
  - Strip binaries

Modified:
  head/archivers/xar/Makefile

Modified: head/archivers/xar/Makefile
==============================================================================
--- head/archivers/xar/Makefile	Thu Feb 26 01:26:49 2015	(r379976)
+++ head/archivers/xar/Makefile	Thu Feb 26 01:26:59 2015	(r379977)
@@ -18,7 +18,10 @@ USE_LDCONFIG=	yes
 USES=		gmake libtool
 USE_GNOME=	libxml2
 USE_OPENSSL=	yes
-
 GNU_CONFIGURE=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list