diff options
author | tron <tron@pkgsrc.org> | 2011-07-13 20:50:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-13 20:50:05 +0000 |
commit | 10e115209b4517529c898f0e62194a0ee6ec5e64 (patch) | |
tree | b746d0ed4bf357c60a7d41d9b910c6664d7e3486 /devel | |
parent | edc11efa84c9aebaa2ff2de315c652256083495d (diff) | |
download | pkgsrc-10e115209b4517529c898f0e62194a0ee6ec5e64.tar.gz |
Disable automatic detection of "git" binary and thereby the convert
of "archive.dir.tar.gz" to "archive.git.tar.gz". We now get a consistent
package list on system with and without GIT installed. Bump package
revision again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext-tools/Makefile | 5 | ||||
-rw-r--r-- | devel/gettext-tools/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile index cf2a70ef19e..ab4e679dfd0 100644 --- a/devel/gettext-tools/Makefile +++ b/devel/gettext-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2011/07/13 14:26:01 abs Exp $ +# $NetBSD: Makefile,v 1.17 2011/07/13 20:50:05 tron Exp $ .include "../../devel/gettext/Makefile.common" PKGNAME= ${DISTNAME:S/-/-tools-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Tools for providing messages in different languages #MAKE_JOBS_SAFE= no @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --disable-csharp +CONFIGURE_ARGS+= --without-git CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR= CONFIGURE_ENV+= HAVE_GCJ_IN_PATH= CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH= diff --git a/devel/gettext-tools/PLIST b/devel/gettext-tools/PLIST index 0852d9093a3..5f1eee8b0dc 100644 --- a/devel/gettext-tools/PLIST +++ b/devel/gettext-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/07/13 14:26:01 abs Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/07/13 20:50:05 tron Exp $ bin/autopoint bin/envsubst bin/gettext @@ -111,7 +111,7 @@ share/doc/gettext/recode-sr-latin.1.html share/doc/gettext/textdomain.3.html share/doc/gettext/tutorial.html share/doc/gettext/xgettext.1.html -share/gettext/archive.git.tar.gz +share/gettext/archive.dir.tar.gz share/locale/be/LC_MESSAGES/gettext-runtime.mo share/locale/be/LC_MESSAGES/gettext-tools.mo share/locale/bg/LC_MESSAGES/gettext-runtime.mo |