Unbreak and fix pkg-plist

PR:		ports/84484
Submitted by:	Jun Mukai <mukai@jmuk.org>
Approved by:	portmgr (krion)
This commit is contained in:
Sam Lawrance 2005-08-03 09:48:00 +00:00
parent fa54d29ff8
commit 4f189f534f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140746

View File

@ -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)