diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-03 09:48:00 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-03 09:48:00 +0000 |
commit | 4f189f534f955481aa76c7ac314f27a783d9afcd (patch) | |
tree | df2d04d7d26620cc1fdb192fa82090b6d94b534a /devel/ocaml-extlib | |
parent | fa54d29ff8e1f1d9f17dfccff9ca705bfb526f19 (diff) | |
download | ports-4f189f534f955481aa76c7ac314f27a783d9afcd.tar.gz ports-4f189f534f955481aa76c7ac314f27a783d9afcd.zip |
Unbreak and fix pkg-plist
PR: ports/84484
Submitted by: Jun Mukai <mukai@jmuk.org>
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=140746
Diffstat (limited to 'devel/ocaml-extlib')
-rw-r--r-- | devel/ocaml-extlib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile index 46fea3fbf0b9..26e38a593031 100644 --- a/devel/ocaml-extlib/Makefile +++ b/devel/ocaml-extlib/Makefile @@ -19,20 +19,15 @@ COMMENT= A complete - yet small - standard library for OCaml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GMAKE= yes ALL_TARGET= all opt -ALL_TARGET= all opt .if !defined(NOPORTDOCS) ALL_TARGET+= doc PLIST_SUB+= PORTDOCS="" .else PLIST_SUB+= PORTDOCS="@comment " .endif -DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} post-install: .if !defined(NOPORTDOCS) |