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

This commit is contained in:
Baptiste Daroussin 2016-07-23 23:04:10 +00:00
parent 9678462f05
commit de0bb016bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418981

View file

@ -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>