diff options
author | obache <obache@pkgsrc.org> | 2006-12-13 02:00:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-12-13 02:00:29 +0000 |
commit | 893f510b2a91a26a51f2f17e285abc743f597180 (patch) | |
tree | 647c3ee197fd1138c29241421169a1cb0a250b14 /devel | |
parent | 91a6959169fe7cdc0892d839797d82925c40b130 (diff) | |
download | pkgsrc-893f510b2a91a26a51f2f17e285abc743f597180.tar.gz |
Install perl modules into the "vendor" directories.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit/distinfo | 4 | ||||
-rw-r--r-- | devel/scmgit/patches/patch-aa | 13 |
3 files changed, 16 insertions, 4 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile index ca41c01c0b5..fa65982b1b7 100644 --- a/devel/scmgit/Makefile +++ b/devel/scmgit/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/11/26 22:34:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/12/13 02:00:29 obache Exp $ # DISTNAME= git-1.4.4.1 PKGNAME= scm${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ diff --git a/devel/scmgit/distinfo b/devel/scmgit/distinfo index 6262f0c54be..dbcb2079d46 100644 --- a/devel/scmgit/distinfo +++ b/devel/scmgit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2006/11/26 22:34:30 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/12/13 02:00:29 obache Exp $ SHA1 (git-1.4.4.1.tar.gz) = 5e22daf46866068fd2734ddab3f2a0ca7cc517a8 RMD160 (git-1.4.4.1.tar.gz) = 7881c835a382a001267ff89d0d738a1de97ffb95 Size (git-1.4.4.1.tar.gz) = 1052897 bytes -SHA1 (patch-aa) = c7a6d9164702fe13390143a9df61a9662d8a2f41 +SHA1 (patch-aa) = f57f0591732647e161108546ee816736983d7c4f diff --git a/devel/scmgit/patches/patch-aa b/devel/scmgit/patches/patch-aa index 431214dd4e9..013d4834150 100644 --- a/devel/scmgit/patches/patch-aa +++ b/devel/scmgit/patches/patch-aa @@ -1,7 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2006/11/26 22:34:30 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2006/12/13 02:00:29 obache Exp $ NetBSD 3.0 needs -liconv, too. +Install perl modules into the "vendor" directories. + --- Makefile.orig 2006-11-23 02:38:07.000000000 +0000 +++ Makefile @@ -393,9 +393,7 @@ ifeq ($(uname_S),OpenBSD) @@ -15,3 +17,12 @@ NetBSD 3.0 needs -liconv, too. BASIC_CFLAGS += -I/usr/pkg/include BASIC_LDFLAGS += -L/usr/pkg/lib ALL_LDFLAGS += -Wl,-rpath,/usr/pkg/lib +@@ -769,7 +767,7 @@ $(XDIFF_LIB): $(XDIFF_OBJS) + + perl/Makefile: perl/Git.pm perl/Makefile.PL GIT-CFLAGS + (cd perl && $(PERL_PATH) Makefile.PL \ +- PREFIX='$(prefix_SQ)') ++ INSTALLDIRS=vendor PREFIX='$(prefix_SQ)') + + doc: + $(MAKE) -C Documentation all |