mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Unbreak and fix pkg-plist
PR: ports/84484 Submitted by: Jun Mukai <mukai@jmuk.org> Approved by: portmgr (krion)
This commit is contained in:
parent
fa54d29ff8
commit
4f189f534f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140746
1 changed files with 1 additions and 6 deletions
|
@ -19,20 +19,15 @@ COMMENT= A complete - yet small - standard library for OCaml
|
||||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
||||||
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
||||||
|
|
||||||
BROKEN= Incomplete pkg-plist
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
ALL_TARGET= all opt
|
ALL_TARGET= all opt
|
||||||
ALL_TARGET= all opt
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
ALL_TARGET+= doc
|
ALL_TARGET+= doc
|
||||||
PLIST_SUB+= PORTDOCS=""
|
PLIST_SUB+= PORTDOCS=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= PORTDOCS="@comment "
|
PLIST_SUB+= PORTDOCS="@comment "
|
||||||
.endif
|
.endif
|
||||||
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue