aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:47 +0000
commitf32749c57d1f442c523948a58c1f448a6eac24b9 (patch)
treeb72aea5a96efe1669a40188b0028ee334640d43f /news
parent4fd65ef49f8a0ccaa8e3baa8627d8c10779ec8ad (diff)
downloadports-f32749c57d1f442c523948a58c1f448a6eac24b9.tar.gz
ports-f32749c57d1f442c523948a58c1f448a6eac24b9.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/brag/Makefile3
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>