svn commit: r418981 - head/security/zzuf

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 23 23:04:11 UTC 2016


Author: bapt
Date: Sat Jul 23 23:04:10 2016
New Revision: 418981
URL: https://svnweb.freebsd.org/changeset/ports/418981

Log:
  Remove unneeded post-install USES=libtool nukes .la already now

Modified:
  head/security/zzuf/Makefile

Modified: head/security/zzuf/Makefile
==============================================================================
--- head/security/zzuf/Makefile	Sat Jul 23 22:14:52 2016	(r418980)
+++ head/security/zzuf/Makefile	Sat Jul 23 23:04:10 2016	(r418981)
@@ -14,7 +14,4 @@ USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-post-install:
-	@${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list