diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:30 +0000 |
commit | b1de65918419f26cbe5a6733bc4c681706373169 (patch) | |
tree | debb776e24c2db0385cf975bc9bc4ec7699d23d9 /net-im | |
parent | 75045d62d7c59b1f611fcad6b30338738f46ce81 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bsflite/Makefile | 3 |
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> |