summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-10-30 23:56:19 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-10-30 23:56:19 +0000
commita433a6e9a405df7649501df2a34314287d9ca9ec (patch)
tree7720e1805078dac39f3c793397433e0162a700bb /security
parentActivate heimdal (diff)
Hack to avoid rerunning automake.
Notes
Notes: svn path=/head/; revision=22733
Diffstat (limited to 'security')
-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>