aboutsummaryrefslogtreecommitdiffstats
path: root/misc/help2man
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-10-26 23:02:42 +0800
committervs <vs@FreeBSD.org>2005-10-26 23:02:42 +0800
commit29b668c72419a66cc85515e5162fe79c187a6980 (patch)
treeeca2e32b6ba91073811a72ce8a24311ab8817edb /misc/help2man
parent608774e7fe39e1eb6bd977dcc0083124b946c8d0 (diff)
downloadfreebsd-ports-gnome-29b668c72419a66cc85515e5162fe79c187a6980.tar.gz
freebsd-ports-gnome-29b668c72419a66cc85515e5162fe79c187a6980.tar.zst
freebsd-ports-gnome-29b668c72419a66cc85515e5162fe79c187a6980.zip
Update to 1.36.1
Diffstat (limited to 'misc/help2man')
-rw-r--r--misc/help2man/Makefile11
-rw-r--r--misc/help2man/distinfo4
-rw-r--r--misc/help2man/pkg-plist3
3 files changed, 10 insertions, 8 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index 4e5890a300a0..4b225b8e433e 100644
--- a/misc/help2man/Makefile
+++ b/misc/help2man/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= help2man
-PORTVERSION= 1.35.1
+PORTVERSION= 1.36.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,19 +19,18 @@ COMMENT= Automatically generating simple manual pages from program output
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
RUN_DEPENDS= ${BUILD_DEPENDS}
-MANLANG= "" pl fr
-PLIST_SUB= NLS=""
+MANLANG= "" pl fr fi
+PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB= NLS="@comment "
+PLIST_SUB+= NLS="@comment "
.endif
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_PERL5= yes
MAN1= help2man.1
-
INFO= help2man
.include <bsd.port.mk>
diff --git a/misc/help2man/distinfo b/misc/help2man/distinfo
index 4033f938a0cf..7858a5e80951 100644
--- a/misc/help2man/distinfo
+++ b/misc/help2man/distinfo
@@ -1,2 +1,2 @@
-MD5 (help2man-1.35.1.tar.gz) = e3c9e846dd163eb7f1d1661e2d0baa07
-SIZE (help2man-1.35.1.tar.gz) = 76472
+MD5 (help2man-1.36.1.tar.gz) = 89ad3d6a54692ce16626e64ab25ca071
+SIZE (help2man-1.36.1.tar.gz) = 80046
diff --git a/misc/help2man/pkg-plist b/misc/help2man/pkg-plist
index 7d72912ef1d5..a3192f2cf651 100644
--- a/misc/help2man/pkg-plist
+++ b/misc/help2man/pkg-plist
@@ -1,7 +1,10 @@
bin/help2man
%%NLS%%lib/hacklocaledir.so
+%%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo
%%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
%%NLS%%share/locale/pl/LC_MESSAGES/help2man.mo
+%%NLS%%@unexec rmdir %D/man/fi/man1 2>/dev/null || true
+%%NLS%%@unexec rmdir %D/man/fi 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/fr/man1 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/fr 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/pl/man1 2>/dev/null || true