diff options
author | roam <roam@FreeBSD.org> | 2005-02-14 22:05:53 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-02-14 22:05:53 +0000 |
commit | 21e52bf2667988fd343045afaac0e73a40547a45 (patch) | |
tree | 6d7c981f9f5eae7cc1012c72f795991a5e7242a8 /textproc | |
parent | dd2560831c94c300bc4dd532554761031fea1c93 (diff) | |
download | FreeBSD-ports-21e52bf2667988fd343045afaac0e73a40547a45.zip FreeBSD-ports-21e52bf2667988fd343045afaac0e73a40547a45.tar.gz |
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')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 64ae6a5..12f187e 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> |