diff options
-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 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> |