summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-02-14 22:05:53 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-02-14 22:05:53 +0000
commit002b34991c8d7b37c0f930904c98574443dca92e (patch)
tree7f8d539f8868d3b20fdbbe34662cd0b68a77df7b
parentUpdate master site (diff)
Unbreak the package build - like, this time for real.
Patching texi2html.pl makes the Makefile want to remake something else, which tries to use Perl, while we have declared that we do not need Perl at build time.
-rw-r--r--textproc/texi2html/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 64ae6a5f9941..12f187ee7e77 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -38,4 +38,8 @@ pre-everything::
@${ECHO} "the texi2html program is installed as."
@${ECHO} ""
+post-patch:
+ sleep 2
+ ${TOUCH} ${WRKSRC}/translations.pl
+
.include <bsd.port.mk>