From a433a6e9a405df7649501df2a34314287d9ca9ec Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sat, 30 Oct 1999 23:56:19 +0000 Subject: Hack to avoid rerunning automake. --- security/heimdal/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f8eac14fbe20..9bf93472c5dc 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -24,4 +24,8 @@ MAKE_ENV= INSTALL_TMP="${INSTALL} -m 444" PREFIX= ${HEIMDAL_HOME} .endif +# XXX I patched Makefile*, but I want to avoid rerunning automake +post-patch: + find ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH} + .include -- cgit v1.2.3