Changes 1.41.2:
* Update Vietnamese translation * Update Croatian translation * Update Brazilian Portuguese translation
This commit is contained in:
parent
c0aa7c2858
commit
9e6d8fcaf1
2 changed files with 15 additions and 15 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/04/10 11:12:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2013/04/16 14:28:52 adam Exp $
|
||||
|
||||
DISTNAME= help2man-1.41.1
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
|
||||
DISTNAME= help2man-1.41.2
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
|
||||
|
||||
MAINTAINER= arved@arved.at
|
||||
HOMEPAGE= http://www.gnu.org/software/help2man/
|
||||
COMMENT= Generate simple manual pages from program output
|
||||
LICENSE= gnu-gpl-v3
|
||||
MAINTAINER= arved@arved.at
|
||||
HOMEPAGE= http://www.gnu.org/software/help2man/
|
||||
COMMENT= Generate simple manual pages from program output
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
|
||||
|
||||
|
@ -36,11 +36,11 @@ SUBST_SED.shlibarg= -e 's, -shared , -dynamiclib ,g'
|
|||
PLIST_VARS+= nls
|
||||
|
||||
.if ${OPSYS} == "Darwin" && ${OS_VERSION:M8.*} != ""
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
.else
|
||||
.if ${OPSYS} == "Darwin"
|
||||
. if ${OPSYS} == "Darwin"
|
||||
_STRIPFLAG_INSTALL=
|
||||
.endif
|
||||
. endif
|
||||
USE_PKGLOCALEDIR= yes
|
||||
PLIST.nls= yes
|
||||
.endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2013/04/10 11:12:28 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2013/04/16 14:28:52 adam Exp $
|
||||
|
||||
SHA1 (help2man-1.41.1.tar.gz) = 6fc95fa4505b14a243a5ebef58dd5776035c5fef
|
||||
RMD160 (help2man-1.41.1.tar.gz) = 9650e65b4d9e53f3fedc471f187026eda7ac09ab
|
||||
Size (help2man-1.41.1.tar.gz) = 192138 bytes
|
||||
SHA1 (help2man-1.41.2.tar.gz) = 748c95dbd81904eab79cb0b1b800bf86d6cc6af2
|
||||
RMD160 (help2man-1.41.2.tar.gz) = 45dd44e872148fc271f12839fb42578a14efd802
|
||||
Size (help2man-1.41.2.tar.gz) = 196866 bytes
|
||||
SHA1 (patch-Makefile.in) = 0d6ee6adcd6ee9fb4729acd5338b79e2b321c92c
|
||||
|
|
Loading…
Reference in a new issue