Date: Tue, 10 Dec 2013 22:32:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336118 - head/devel/chrpath Message-ID: <201312102232.rBAMWVjP052597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 10 22:32:31 2013 New Revision: 336118 URL: http://svnweb.freebsd.org/changeset/ports/336118 Log: Support stage Strip binaries Modified: head/devel/chrpath/Makefile Modified: head/devel/chrpath/Makefile ============================================================================== --- head/devel/chrpath/Makefile Tue Dec 10 21:12:30 2013 (r336117) +++ head/devel/chrpath/Makefile Tue Dec 10 22:32:31 2013 (r336118) @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -MAN1= chrpath.1 - USES= fmake PLIST_FILES= bin/chrpath @@ -25,15 +23,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} . endfor -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312102232.rBAMWVjP052597>