diff options
author | roam <roam@FreeBSD.org> | 2002-09-21 03:55:07 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-09-21 03:55:07 +0800 |
commit | 6bdfade32fc2faa8145f4d4d74bef59ecda90c27 (patch) | |
tree | 3e3f6e02ddbb83abe937a2b1b55acaf3e6d344a7 /security/stunnel | |
parent | 1e5e027c2d04552e517b6e939fe83db813fc5c8a (diff) | |
download | freebsd-ports-gnome-6bdfade32fc2faa8145f4d4d74bef59ecda90c27.tar.gz freebsd-ports-gnome-6bdfade32fc2faa8145f4d4d74bef59ecda90c27.tar.zst freebsd-ports-gnome-6bdfade32fc2faa8145f4d4d74bef59ecda90c27.zip |
Apply a blessed +3 magic wand of autotools protection; a rogue run of
autoconf or automake over our local patches can ruin your whole day.
This rarely, if ever, affected the vpopmail ports, causing mysterious
failures at install time, but inevitably killed the stunnel build if
automake-1.5 happened to be installed.
Reported by: Dan Langille <dan@langille.org> for stunnel,
Sitchin Zech <mailsagan@yahoo.com> for vpopmail
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index df0b8be5ecd7..1801b043192a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -34,6 +34,7 @@ post-patch: ${WRKSRC}/tools/stunnel.conf-sample.in @${REINPLACE_CMD} -E -e 's|localstatedir/run/stunnel.pid|localstatedir/stunnel.pid|' \ ${WRKSRC}/configure.ac ${WRKSRC}/configure + @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \ ${WRKSRC}/Makefile.in |