summaryrefslogtreecommitdiff
path: root/graphics/metacam
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:05 +0000
commit7385f439aaaf9e991e8c8f4d5c3d5df9a2b2abc2 (patch)
treefe355a7a396ef10a74992a727e7f5439b18630e1 /graphics/metacam
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=343976
Diffstat (limited to 'graphics/metacam')
-rw-r--r--graphics/metacam/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile
index ac792a538ab5..bdf75b6931e5 100644
--- a/graphics/metacam/Makefile
+++ b/graphics/metacam/Makefile
@@ -27,12 +27,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/${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>