svn commit: r368442 - in head/devel/libPropList: . files
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 10:45:21 UTC 2014
Author: tijl
Date: Thu Sep 18 10:45:21 2014
New Revision: 368442
URL: http://svnweb.freebsd.org/changeset/ports/368442
QAT: https://qat.redports.org/buildarchive/r368442/
Log:
Remove old libtool patch and add INSTALL_TARGET=install-strip
Deleted:
head/devel/libPropList/files/patch-configure
Modified:
head/devel/libPropList/Makefile
Modified: head/devel/libPropList/Makefile
==============================================================================
--- head/devel/libPropList/Makefile Thu Sep 18 10:28:39 2014 (r368441)
+++ head/devel/libPropList/Makefile Thu Sep 18 10:45:21 2014 (r368442)
@@ -11,15 +11,13 @@ DISTNAME= libPropList-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Property library for gnome and Window Maker
-USES= libtool
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
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>
More information about the svn-ports-all
mailing list