summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:30 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:30 +0000
commitb1de65918419f26cbe5a6733bc4c681706373169 (patch)
treedebb776e24c2db0385cf975bc9bc4ec7699d23d9 /net-im
parentNow that this port is staged and DOCS defined we can stop testing for DOCS in (diff)
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343982
Diffstat (limited to 'net-im')
-rw-r--r--net-im/bsflite/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile
index 4755a435ad88..d5b34cc82281 100644
--- a/net-im/bsflite/Makefile
+++ b/net-im/bsflite/Makefile
@@ -26,12 +26,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/config-example ${STAGEDIR}${EXAMPLESDIR}
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>