Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 21:31:45 +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: r363397 - head/devel/pkgconf
Message-ID:  <201407292131.s6TLVjYh072714@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292131.s6TLVjYh072714>