diff options
author | vs <vs@FreeBSD.org> | 2005-10-26 23:02:42 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-26 23:02:42 +0800 |
commit | 29b668c72419a66cc85515e5162fe79c187a6980 (patch) | |
tree | eca2e32b6ba91073811a72ce8a24311ab8817edb /misc/help2man/Makefile | |
parent | 608774e7fe39e1eb6bd977dcc0083124b946c8d0 (diff) | |
download | freebsd-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/Makefile')
-rw-r--r-- | misc/help2man/Makefile | 11 |
1 files changed, 5 insertions, 6 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> |