diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 21:23:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 21:23:10 +0000 |
commit | bdd3e43df57820732f8ee497b97a55f767054d63 (patch) | |
tree | b0333c4a8d474dc99c173a0b506b2f9f76958155 | |
parent | 3d82c715f828a929445a6f3be1842b75613e8b9a (diff) |
Notes
-rw-r--r-- | devel/libPropList/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 1eb9d213ab0d..d47bdebf2016 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -3,7 +3,7 @@ PORTNAME= libproplist PORTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= TUCOWS/gnome/dev DISTNAME= libPropList-${PORTVERSION} @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes @@ -20,4 +19,7 @@ post-patch: ${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \ ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libPropList.so + .include <bsd.port.mk> |