diff options
author | nectar <nectar@FreeBSD.org> | 1999-10-31 07:56:19 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-10-31 07:56:19 +0800 |
commit | 7f973efa84ea431c85386457646904a015191d9b (patch) | |
tree | fc33b366f36921169960efd9a30cfd4b73c3702f /security | |
parent | d5f74b9d7e56df3fd58b296b9eb7194da38c426c (diff) | |
download | freebsd-ports-gnome-7f973efa84ea431c85386457646904a015191d9b.tar.gz freebsd-ports-gnome-7f973efa84ea431c85386457646904a015191d9b.tar.zst freebsd-ports-gnome-7f973efa84ea431c85386457646904a015191d9b.zip |
Hack to avoid rerunning automake.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 |
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> |