diff options
author | kwm <kwm@FreeBSD.org> | 2011-11-01 19:08:35 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-11-01 19:08:35 +0800 |
commit | 5546c83513994111b3e2b892c07d39d304b1619f (patch) | |
tree | e2a6acabfe83d7a75497189c3ec393c2cd97857b | |
parent | 5e50ba9d875b54fc5e668c369b694a8e80f06617 (diff) | |
download | freebsd-ports-gnome-5546c83513994111b3e2b892c07d39d304b1619f.tar.gz freebsd-ports-gnome-5546c83513994111b3e2b892c07d39d304b1619f.tar.zst freebsd-ports-gnome-5546c83513994111b3e2b892c07d39d304b1619f.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>
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
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 |