aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/texi2html
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2005-02-15 06:05:53 +0800
committerroam <roam@FreeBSD.org>2005-02-15 06:05:53 +0800
commit21e52bf2667988fd343045afaac0e73a40547a45 (patch)
tree6d7c981f9f5eae7cc1012c72f795991a5e7242a8 /textproc/texi2html
parentdd2560831c94c300bc4dd532554761031fea1c93 (diff)
downloadfreebsd-ports-gnome-21e52bf2667988fd343045afaac0e73a40547a45.tar.gz
freebsd-ports-gnome-21e52bf2667988fd343045afaac0e73a40547a45.tar.zst
freebsd-ports-gnome-21e52bf2667988fd343045afaac0e73a40547a45.zip
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.
Diffstat (limited to 'textproc/texi2html')
-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>