Do not try to strip a second time pkgconf for nothing

This commit is contained in:
Baptiste Daroussin 2014-07-29 21:31:45 +00:00
parent 223b8a5377
commit cefa532781
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363397

View file

@ -22,6 +22,5 @@ CONFLICTS_INSTALL= pkg-config-*
post-install:
${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pkgconf
.include <bsd.port.mk>