1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-05-24 09:09:36 +00:00
parent 7025a805f2
commit 82c057297c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355005

View File

@ -8,6 +8,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure
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