aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-30 05:31:45 +0800
committerbapt <bapt@FreeBSD.org>2014-07-30 05:31:45 +0800
commit6837d062fa622486f3b212c35bf03ffa8f8b9bae (patch)
treed381594dcd0b619f725c52ec1458613734ccaa16
parent19823ca8a19e528d9a4c73a113cacf19a225602e (diff)
downloadfreebsd-ports-gnome-6837d062fa622486f3b212c35bf03ffa8f8b9bae.tar.gz
freebsd-ports-gnome-6837d062fa622486f3b212c35bf03ffa8f8b9bae.tar.zst
freebsd-ports-gnome-6837d062fa622486f3b212c35bf03ffa8f8b9bae.zip
Do not try to strip a second time pkgconf for nothing
-rw-r--r--devel/pkgconf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 5aff312b507a..4ad1e1b23059 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -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>