Date: Thu, 18 Sep 2014 10:45:21 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368442 - in head/devel/libPropList: . files Message-ID: <201409181045.s8IAjLwD059106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181045.s8IAjLwD059106>