diff options
author | grant <grant> | 2002-11-30 14:04:01 +0000 |
---|---|---|
committer | grant <grant> | 2002-11-30 14:04:01 +0000 |
commit | aaf3b1baa0e6a840ea6621cf075449e753a65299 (patch) | |
tree | 6e1caeffece4882d74c77a2c832712e2ef2ccf52 /devel/gmake | |
parent | cf76af2327faa5cd144190a22f352224f8d4dd25 (diff) | |
download | pkgsrc-aaf3b1baa0e6a840ea6621cf075449e753a65299.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'devel/gmake')
-rw-r--r-- | devel/gmake/Makefile | 3 | ||||
-rw-r--r-- | devel/gmake/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/gmake/patches/patch-ac | 13 | ||||
-rw-r--r-- | devel/gmake/patches/patch-ad | 13 |
4 files changed, 2 insertions, 40 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index c6f4c36b29c..9c709cb2e7d 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/11/28 16:56:14 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2002/11/30 14:08:30 grant Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -11,6 +11,7 @@ COMMENT= GNU version of 'make' utility USE_BUILDLINK2= YES GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --program-prefix="g" CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" diff --git a/devel/gmake/patches/patch-ab b/devel/gmake/patches/patch-ab deleted file mode 100644 index aee9f8fe995..00000000000 --- a/devel/gmake/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2002/10/16 00:21:22 dmcmahill Exp $ - ---- po/Makefile.in.in.orig Thu Oct 3 14:18:35 2002 -+++ po/Makefile.in.in -@@ -21,7 +21,7 @@ VPATH = @srcdir@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/devel/gmake/patches/patch-ac b/devel/gmake/patches/patch-ac deleted file mode 100644 index 680e7137d96..00000000000 --- a/devel/gmake/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2002/10/16 00:21:22 dmcmahill Exp $ - ---- Makefile.am.orig Thu Oct 3 22:29:18 2002 -+++ Makefile.am -@@ -27,7 +27,7 @@ make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLI - - man_MANS = make.1 - --DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ -+DEFS = -DLOCALEDIR=\"$(prefix)/$(PKGLOCALEDIR)/locale\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ - - AM_CPPFLAGS = $(GLOBINC) - diff --git a/devel/gmake/patches/patch-ad b/devel/gmake/patches/patch-ad deleted file mode 100644 index 3ffd0c35d15..00000000000 --- a/devel/gmake/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2002/10/16 00:21:22 dmcmahill Exp $ - ---- Makefile.in.orig Thu Oct 3 22:56:12 2002 -+++ Makefile.in -@@ -55,7 +55,7 @@ CPP = @CPP@ - CPPFLAGS = @CPPFLAGS@ - CYGPATH_W = @CYGPATH_W@ - --DEFS = -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ -+DEFS = -DLOCALEDIR=\"$(prefix)/$(PKGLOCALEDIR)/locale\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@ - DEPDIR = @DEPDIR@ - ECHO_C = @ECHO_C@ - ECHO_N = @ECHO_N@ |