aboutsummaryrefslogtreecommitdiff
path: root/misc/help2man
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-26 15:02:42 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-26 15:02:42 +0000
commit9189b7509530905755a8b04742bc7b876b18dc6c (patch)
treed96fbcfcd46bb8c99fb22fb627b5626ac23149fc /misc/help2man
parent3fb53b6d8743c1cf6a92a37176856791c4083230 (diff)
downloadports-9189b7509530905755a8b04742bc7b876b18dc6c.tar.gz
ports-9189b7509530905755a8b04742bc7b876b18dc6c.zip
Notes
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