diff options
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 63ce4bc53309..92241dbf7c81 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -7,6 +7,7 @@ PORTNAME= texi2html PORTVERSION= 5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SAVANNAH @@ -22,6 +23,8 @@ USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes +OPTIONS_DEFINE= NLS DOCS + PROGRAM_PREFIX?= PLIST_SUB= PROGRAM_PREFIX=${PROGRAM_PREFIX} \ TEXINFODIR=share/texinfo |