ocaml-extlib places documents at LOCALBASE/share/doc/ocaml/extlib but does not remove LOCALBASE/share/doc/ocaml. Fix: switches documentation directory to LOCALBASE/share/doc/ocaml-extlib, which is similar to other many ocaml packages. Following fix proposed. ************************************************** diff -u Makefile{.orig,} PORTNAME= extlib PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocaml-lib @@ -19,20 +20,15 @@ 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/ocaml-${PORTNAME} post-install: .if !defined(NOPORTDOCS)--4s4eYGT5p5GqAUxb2vR5QL0pbN9uu4LoqSAWSa62lP8yfdJH Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Tue Aug 2 22:48:00 2005 +++ Makefile Tue Aug 2 22:48:34 2005 @@ -7,6 +7,7 @@ How-To-Repeat: # make install # make deinstall (there remains /usr/local/share/doc/ocaml)
Responsible Changed From-To: freebsd-ports-bugs->lawrance Take
State Changed From-To: open->closed Committed, thanks! (no need to bump PORTREVISION)