aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-11-01 11:08:35 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-11-01 11:08:35 +0000
commit0ce7a25ea540bf9dc4286781dc903ccfa2f106b0 (patch)
treedc49e8cbe1154291fe3ae5c01d6d1bb7cd29140d /textproc/libxml2/Makefile
parent1d9eba902adb4cb9af296c43dd6b9f4bb09b7c44 (diff)
downloadports-0ce7a25ea540bf9dc4286781dc903ccfa2f106b0.tar.gz
ports-0ce7a25ea540bf9dc4286781dc903ccfa2f106b0.zip
Make sure the FreeBSD 10 fix, doesn't blow away local changes.
Reported by: Marco Steinbach <coco@executive-computing.de> Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=284834
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r--textproc/libxml2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 9cf7bc42f4a4..31c113df02f7 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -76,6 +76,10 @@ post-patch:
s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f}
.endfor
+pre-build:
+ @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/configure ${WRKSRC}/config.h.in
+
.include <bsd.port.mk>
.endif