summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/heimdal/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>