diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-29 21:31:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-29 21:31:45 +0000 |
commit | cefa532781a030fa87b82fce408cc3a59b7a54ce (patch) | |
tree | d381594dcd0b619f725c52ec1458613734ccaa16 | |
parent | Unbreak gnome-pty-helper too (diff) |
Do not try to strip a second time pkgconf for nothing
Notes
Notes:
svn path=/head/; revision=363397
-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> |