aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-28 03:14:41 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-28 03:14:41 +0000
commit9a4a34aa6ecf1757fb6a039a642fa69367af0d0b (patch)
tree2a72b2a4b5895964700290a9fc36be1168e3eab6
parent7ef160b6360d4d240d8eee88bdedeee16fa2ca8f (diff)
downloadports-9a4a34aa6ecf1757fb6a039a642fa69367af0d0b.tar.gz
ports-9a4a34aa6ecf1757fb6a039a642fa69367af0d0b.zip
Notes
-rw-r--r--devel/pipestatus/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/pipestatus/Makefile b/devel/pipestatus/Makefile
index 5595574f45a5..5fccf87739ce 100644
--- a/devel/pipestatus/Makefile
+++ b/devel/pipestatus/Makefile
@@ -11,19 +11,11 @@ COMMENT= UNIX/POSIX shell helper for running pipes safely
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>