diff options
author | yyamano <yyamano@pkgsrc.org> | 2009-03-25 06:08:16 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2009-03-25 06:08:16 +0000 |
commit | 3284bc2a539b78e5bb3c25d1e2d9eb9f282e011d (patch) | |
tree | c668595ef2599b777599a072aae269ec39e2b417 /converters/recode | |
parent | 87b1cbfd1d37bc155583156b392f2576f8412508 (diff) | |
download | pkgsrc-3284bc2a539b78e5bb3c25d1e2d9eb9f282e011d.tar.gz |
Replace /usr/pkg/share/locale with $(prefix)/share/locale, my bad.
Bump PKGREVISION. Ok'ed by wiz.
Diffstat (limited to 'converters/recode')
-rw-r--r-- | converters/recode/Makefile | 4 | ||||
-rw-r--r-- | converters/recode/distinfo | 4 | ||||
-rw-r--r-- | converters/recode/patches/patch-aa | 12 |
3 files changed, 6 insertions, 14 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 01b690595f3..eb64857ef28 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2008/06/20 01:09:10 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2009/03/25 06:08:16 yyamano Exp $ # DISTNAME= recode-3.6 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=recode/} diff --git a/converters/recode/distinfo b/converters/recode/distinfo index a8cf9a24f67..df0e051f8c0 100644 --- a/converters/recode/distinfo +++ b/converters/recode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2009/03/04 08:44:13 yyamano Exp $ +$NetBSD: distinfo,v 1.6 2009/03/25 06:08:17 yyamano Exp $ SHA1 (recode-3.6.tar.gz) = 2de90cd2ba553bc07d75a29913ea4424dd9e616b RMD160 (recode-3.6.tar.gz) = 97dcb2544472c9025689452a94bed98ea36374b5 Size (recode-3.6.tar.gz) = 1751886 bytes -SHA1 (patch-aa) = 249f24a2598987107dc171ec1d6a7dd4249b20f8 +SHA1 (patch-aa) = a5150ed676e2776ca547f42f398968895aef7a3d diff --git a/converters/recode/patches/patch-aa b/converters/recode/patches/patch-aa index 1693b3ae2be..2173f55436b 100644 --- a/converters/recode/patches/patch-aa +++ b/converters/recode/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2009/03/04 08:44:13 yyamano Exp $ +$NetBSD: patch-aa,v 1.2 2009/03/25 06:08:17 yyamano Exp $ --- lib/Makefile.in.orig 2001-01-22 10:14:14.000000000 -0800 +++ lib/Makefile.in -@@ -108,14 +108,18 @@ AUTOMAKE_OPTIONS = gnits +@@ -108,7 +108,11 @@ AUTOMAKE_OPTIONS = gnits noinst_LIBRARIES = libreco.a noinst_HEADERS = error.h getopt.h gettext.h pathmax.h xstring.h @@ -14,14 +14,6 @@ $NetBSD: patch-aa,v 1.1 2009/03/04 08:44:13 yyamano Exp $ EXTRA_DIST = alloca.c gettext.c malloc.c realloc.c strtol.c strtoul.c - INCLUDES = -I.. -I$(srcdir) - - libreco_a_LIBADD = @ALLOCA@ @LIBOBJS@ --localedir = $(prefix)/share/locale -+localedir = /usr/pkg/share/locale - aliaspath = $(localedir):. - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h @@ -128,7 +132,11 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |