aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-06-30 04:18:12 +0800
committeritetcu <itetcu@FreeBSD.org>2008-06-30 04:18:12 +0800
commit42bf196b1b05e68c227f80f42fbf4a07731d0974 (patch)
tree290636030261a2f2db0c0487064e4a83c42b5765 /lang
parent357d6f995ea69663d2e35ab2ddbdde6f4e09fd20 (diff)
downloadfreebsd-ports-gnome-42bf196b1b05e68c227f80f42fbf4a07731d0974.tar.gz
freebsd-ports-gnome-42bf196b1b05e68c227f80f42fbf4a07731d0974.tar.zst
freebsd-ports-gnome-42bf196b1b05e68c227f80f42fbf4a07731d0974.zip
IGNORE with -DNOPORTDOCS
Prompted by: QA Tindy run
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml-doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ocaml-doc/Makefile b/lang/ocaml-doc/Makefile
index f1aee46663d6..dce288f2b984 100644
--- a/lang/ocaml-doc/Makefile
+++ b/lang/ocaml-doc/Makefile
@@ -22,6 +22,10 @@ NO_BUILD= yes
PORTDOCS= *
+.ifdef(NOPORTDOCS)
+IGNORE= installs only documentation and you have NOPORTDOCS defined
+.endif
+
do-install:
@${MKDIR} ${DOCSDIR}/html/libref
cd ${WRKDIR}/htmlman/libref && ${INSTALL_DATA} * ${DOCSDIR}/html/libref