diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-30 05:31:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-30 05:31:45 +0800 |
commit | 6837d062fa622486f3b212c35bf03ffa8f8b9bae (patch) | |
tree | d381594dcd0b619f725c52ec1458613734ccaa16 | |
parent | 19823ca8a19e528d9a4c73a113cacf19a225602e (diff) | |
download | freebsd-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/Makefile | 1 |
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> |