diff options
-rw-r--r-- | misc/help2man/Makefile | 9 | ||||
-rw-r--r-- | misc/help2man/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index c88aee1c24a7..9ad2bc3a69f0 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -6,7 +6,7 @@ # PORTNAME= help2man -PORTVERSION= 1.39.4 +PORTVERSION= 1.40.1 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} @@ -31,14 +31,17 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5- RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext CFLAGS+= -lintl -MANLANG= "" ${LANGS} +MANLANG= "" ${LANGS} ${LANGS_MTREE} USE_GETTEXT= yes LANGS= de el eo fi fr it pl pt_BR ru sv uk vi +LANGS_MTREE= ja # languages which already exist in BSD.local.dist PLIST_FILES+= lib/bindtextdomain.so -.for lang in ${LANGS} +.for lang in ${LANGS} ${LANGS_MTREE} PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo +.endfor +.for lang in ${LANGS} PLIST_DIRSTRY+= man/${lang}/man1 man/${lang} .endfor .endif diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo index 70ec907d6a06..b695719ee987 100644 --- a/misc/help2man/distinfo +++ b/misc/help2man/distinfo @@ -1,2 +1,2 @@ -SHA256 (help2man-1.39.4.tar.gz) = 2e1096ed33ba3dba7b87e22be2526e3c24b42a70df1a218a74fd99572c1e46ae -SIZE (help2man-1.39.4.tar.gz) = 164234 +SHA256 (help2man-1.40.1.tar.gz) = 3b924cbbccf64867c70b099bf56c65e2d3804b4aaf4fc1fa060779ecd15c5887 +SIZE (help2man-1.40.1.tar.gz) = 174124 |