Ocaml-extlib has problem when building with NOPORTDOCS=yes. This is based on the lack of PLIST_SUB in Makefile. Fix: USE_GMAKE= yes -ALL_TARGET= all opt doc +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} post-install: How-To-Repeat: cd /usr/ports/devel/ocaml-extlib make NOPORTDOCS=yes install make deinstall
State Changed From-To: open->closed Committed, thanks!