svn commit: r364507 - head/textproc/catdoc

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 10 07:42:58 UTC 2014


Author: amdmi3
Date: Sun Aug 10 07:42:57 2014
New Revision: 364507
URL: http://svnweb.freebsd.org/changeset/ports/364507
QAT: https://qat.redports.org/buildarchive/r364507/

Log:
  - Strip binaries

Modified:
  head/textproc/catdoc/Makefile

Modified: head/textproc/catdoc/Makefile
==============================================================================
--- head/textproc/catdoc/Makefile	Sun Aug 10 07:20:24 2014	(r364506)
+++ head/textproc/catdoc/Makefile	Sun Aug 10 07:42:57 2014	(r364507)
@@ -42,4 +42,7 @@ CONFIGURE_ARGS+=	--disable-wordview
 post-patch:
 	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/doc/catdoc.1.in
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list