diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-09-20 19:55:07 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-09-20 19:55:07 +0000 |
commit | 4715f698e0ba6d0b340c9351bfdcbd3eb6fec6cc (patch) | |
tree | dc62cd565e04b04dd735fa5f8543d7b1750918a8 /security/stunnel/Makefile | |
parent | 51fbc4440b4b430ce072e73ecef8808c734a33fd (diff) | |
download | ports-4715f698e0ba6d0b340c9351bfdcbd3eb6fec6cc.tar.gz ports-4715f698e0ba6d0b340c9351bfdcbd3eb6fec6cc.zip |
Notes
Diffstat (limited to 'security/stunnel/Makefile')
-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 |