aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-extlib
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 17:37:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 17:37:38 +0000
commit1c7521fb6280b81cb866d0d843dd257b0f91a65d (patch)
tree03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /devel/ocaml-extlib
parent3ee60a37282fc09f80aa4d0378bec95ee963ff8d (diff)
downloadports-1c7521fb6280b81cb866d0d843dd257b0f91a65d.tar.gz
ports-1c7521fb6280b81cb866d0d843dd257b0f91a65d.zip
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Notes
Notes: svn path=/head/; revision=361986
Diffstat (limited to 'devel/ocaml-extlib')
-rw-r--r--devel/ocaml-extlib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile
index 042d3579c353..33a749a902d8 100644
--- a/devel/ocaml-extlib/Makefile
+++ b/devel/ocaml-extlib/Makefile
@@ -27,8 +27,6 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= *
-OPTIONS_DEFINE= DOCS
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})