diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-03 17:48:00 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-03 17:48:00 +0800 |
commit | ff4a3efa8da624be72bd8f71f9cee9abd33bee17 (patch) | |
tree | e568e3bef35fb8d1aa524d514e469a4217a880cd /devel/ocaml-extlib/Makefile | |
parent | 04d206334b1030b7aed12b8714298ea068943110 (diff) | |
download | freebsd-ports-gnome-ff4a3efa8da624be72bd8f71f9cee9abd33bee17.tar.gz freebsd-ports-gnome-ff4a3efa8da624be72bd8f71f9cee9abd33bee17.tar.zst freebsd-ports-gnome-ff4a3efa8da624be72bd8f71f9cee9abd33bee17.zip |
Unbreak and fix pkg-plist
PR: ports/84484
Submitted by: Jun Mukai <mukai@jmuk.org>
Approved by: portmgr (krion)
Diffstat (limited to 'devel/ocaml-extlib/Makefile')
-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) |