svn commit: r363397 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 29 21:31:45 UTC 2014


Author: bapt
Date: Tue Jul 29 21:31:45 2014
New Revision: 363397
URL: http://svnweb.freebsd.org/changeset/ports/363397
QAT: https://qat.redports.org/buildarchive/r363397/

Log:
  Do not try to strip a second time pkgconf for nothing

Modified:
  head/devel/pkgconf/Makefile

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Tue Jul 29 21:28:36 2014	(r363396)
+++ head/devel/pkgconf/Makefile	Tue Jul 29 21:31:45 2014	(r363397)
@@ -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>


More information about the svn-ports-head mailing list