diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:56:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:56:57 +0000 |
commit | 38c1ceb6758e436499344aa9691116d20fafe4a0 (patch) | |
tree | e98765e13fee87f59a2c2cd7424ba0d01e287032 /misc/pipe | |
parent | 5fe18e6dba6fb1949b039749ff413dd9067e197b (diff) | |
download | ports-38c1ceb6758e436499344aa9691116d20fafe4a0.tar.gz ports-38c1ceb6758e436499344aa9691116d20fafe4a0.zip |
Notes
Diffstat (limited to 'misc/pipe')
-rw-r--r-- | misc/pipe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/pipe/Makefile b/misc/pipe/Makefile index 34bd868d7988..6f9bf034372a 100644 --- a/misc/pipe/Makefile +++ b/misc/pipe/Makefile @@ -18,9 +18,9 @@ JAVA_VERSION= 1.6+ SUB_FILES= pipe.sh -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + PORTDOCS=* -.endif do-install: ${INSTALL_SCRIPT} ${WRKDIR}/pipe.sh ${STAGEDIR}${PREFIX}/bin/pipe @@ -29,11 +29,9 @@ do-install: ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \; cd ${WRKSRC} && \ ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \; -.if !defined(NOPORTDOCS) cd ${WRKSRC}/Docs && \ ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/javadoc/{} \; cd ${WRKSRC}/Docs && \ ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/javadoc/{} \; -.endif .include <bsd.port.mk> |