diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-30 04:18:12 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-30 04:18:12 +0800 |
commit | 42bf196b1b05e68c227f80f42fbf4a07731d0974 (patch) | |
tree | 290636030261a2f2db0c0487064e4a83c42b5765 /lang | |
parent | 357d6f995ea69663d2e35ab2ddbdde6f4e09fd20 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |