Date: Sat, 28 Sep 2013 03:14:42 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328543 - head/devel/pipestatus Message-ID: <201309280314.r8S3Eg0l053106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Sep 28 03:14:41 2013 New Revision: 328543 URL: http://svnweb.freebsd.org/changeset/ports/328543 Log: - Convert to staging - Remove useless documentation from the port installation process Modified: head/devel/pipestatus/Makefile Modified: head/devel/pipestatus/Makefile ============================================================================== --- head/devel/pipestatus/Makefile Sat Sep 28 03:11:02 2013 (r328542) +++ head/devel/pipestatus/Makefile Sat Sep 28 03:14:41 2013 (r328543) @@ -11,19 +11,11 @@ COMMENT= UNIX/POSIX shell helper for run NO_BUILD= yes -PORTDOCS= ChangeLog README NEWS PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes .include <bsd.port.options.mk> do-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280314.r8S3Eg0l053106>