From ff4a3efa8da624be72bd8f71f9cee9abd33bee17 Mon Sep 17 00:00:00 2001 From: lawrance Date: Wed, 3 Aug 2005 09:48:00 +0000 Subject: Unbreak and fix pkg-plist PR: ports/84484 Submitted by: Jun Mukai Approved by: portmgr (krion) --- devel/ocaml-extlib/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'devel') 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) -- cgit