diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:47 +0000 |
commit | f32749c57d1f442c523948a58c1f448a6eac24b9 (patch) | |
tree | b72aea5a96efe1669a40188b0028ee334640d43f /news | |
parent | 4fd65ef49f8a0ccaa8e3baa8627d8c10779ec8ad (diff) | |
download | ports-f32749c57d1f442c523948a58c1f448a6eac24b9.tar.gz ports-f32749c57d1f442c523948a58c1f448a6eac24b9.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/brag/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/news/brag/Makefile b/news/brag/Makefile index 15eecdb4032e..800d6d94172f 100644 --- a/news/brag/Makefile +++ b/news/brag/Makefile @@ -29,12 +29,9 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |