Date: Sat, 23 Jul 2016 23:04:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418981 - head/security/zzuf Message-ID: <201607232304.u6NN4Axi066170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607232304.u6NN4Axi066170>