svn commit: r355005 - head/textproc/libxml2-reference

Antoine Brodin antoine at FreeBSD.org
Sat May 24 09:09:36 UTC 2014


Author: antoine
Date: Sat May 24 09:09:36 2014
New Revision: 355005
URL: http://svnweb.freebsd.org/changeset/ports/355005
QAT: https://qat.redports.org/buildarchive/r355005/

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/libxml2-reference/Makefile

Modified: head/textproc/libxml2-reference/Makefile
==============================================================================
--- head/textproc/libxml2-reference/Makefile	Sat May 24 09:06:16 2014	(r355004)
+++ head/textproc/libxml2-reference/Makefile	Sat May 24 09:09:36 2014	(r355005)
@@ -8,6 +8,7 @@ BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR
 PARENT_WRKSRC!=	cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC
 EXTRACT_ONLY=
 USES=		gmake
+MAKE_ARGS=	DOC_MODULE=libxml2 EXAMPLES_DIR=${EXAMPLESDIR}
 
 .if !defined(NOPORTEXAMPLES)
 EXAMPLES=	testHTML.c testSAX.c testXPath.c xmllint.c
@@ -16,7 +17,7 @@ PLIST_DIRS=	%%EXAMPLESDIR%%
 .endif
 
 do-install:
-.for d in . doc doc/devhelp doc/examples
+.for d in . doc doc/examples
 	@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install-data-local
 .endfor
 


More information about the svn-ports-all mailing list