svn commit: r433202 - head/archivers/liblz4

Matthew Seaman matthew at FreeBSD.org
Fri Feb 3 08:31:38 UTC 2017


Author: matthew
Date: Fri Feb  3 08:31:36 2017
New Revision: 433202
URL: https://svnweb.freebsd.org/changeset/ports/433202

Log:
  Delete duplicate line
  
  Submitted by:	sunpoet

Modified:
  head/archivers/liblz4/Makefile

Modified: head/archivers/liblz4/Makefile
==============================================================================
--- head/archivers/liblz4/Makefile	Fri Feb  3 08:24:49 2017	(r433201)
+++ head/archivers/liblz4/Makefile	Fri Feb  3 08:31:36 2017	(r433202)
@@ -34,7 +34,6 @@ post-patch:
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lz4*
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lz4*
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblz4.so.${SO_VER}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list