svn commit: r328543 - head/devel/pipestatus
Eitan Adler
eadler at FreeBSD.org
Sat Sep 28 03:14:43 UTC 2013
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>
More information about the svn-ports-head
mailing list