diff options
author | jlam <jlam> | 2005-08-08 18:13:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-08 18:13:13 +0000 |
commit | 50f1dd940c2074c8c519e5c92d136f0a52038a36 (patch) | |
tree | e389843b57bdb64b67e1aa923db6828ac0f39e42 /math | |
parent | c3d5d5c3b3645df1524799b21b0c0c95fab4d3c8 (diff) | |
download | pkgsrc-50f1dd940c2074c8c519e5c92d136f0a52038a36.tar.gz |
Fix the package configuration of the following packages so that they
will install Perl modules into the "vendor" directories:
chat/vicq math/udunits
databases/rrdtool mbone/beacon
devel/p5-subversion
Bump their PKGREVISIONs.
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 4 | ||||
-rw-r--r-- | math/udunits/distinfo | 3 | ||||
-rw-r--r-- | math/udunits/patches/patch-ad | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index a184a0a97ce..e58262523b0 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/08 18:13:13 jlam Exp $ DISTNAME= udunits PKGNAME= udunits-1.12.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/ EXTRACT_SUFX= .tar.Z diff --git a/math/udunits/distinfo b/math/udunits/distinfo index ccb4c2974b6..b5b05b82e7f 100644 --- a/math/udunits/distinfo +++ b/math/udunits/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 12:06:58 agc Exp $ +$NetBSD: distinfo,v 1.9 2005/08/08 18:13:13 jlam Exp $ SHA1 (udunits-1.12.1/udunits.tar.Z) = ee37ca61eb1dcf34165b7573cc1645824bd6968d RMD160 (udunits-1.12.1/udunits.tar.Z) = fb2f0442673ca47d302782c84ce37b8da1e16535 @@ -6,3 +6,4 @@ Size (udunits-1.12.1/udunits.tar.Z) = 365873 bytes SHA1 (patch-aa) = 0998141196898a7bc168fe45c5019586645167f2 SHA1 (patch-ab) = 9a98e048499d38f8dedba6fb1a169e178dbd77ba SHA1 (patch-ac) = 508fafdc724f9b95543dd16c2bd2f0242eb892a8 +SHA1 (patch-ad) = d48978bd66d9ef691cd9c70b057a7e5d8a802fb6 diff --git a/math/udunits/patches/patch-ad b/math/udunits/patches/patch-ad new file mode 100644 index 00000000000..f771e9bd0a1 --- /dev/null +++ b/math/udunits/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2005/08/08 18:13:13 jlam Exp $ + +--- Makefile.in.orig 2003-08-29 14:27:07.000000000 -0400 ++++ Makefile.in +@@ -68,7 +68,7 @@ $(MANUALS) dummy: + @PERL_DISTCLEAN@ dummy: perl/Makefile + + perl/Makefile: perl/Makefile.PL +- -cd perl && $(PERL) Makefile.PL ++ -cd perl && $(PERL) Makefile.PL INSTALLDIRS=vendor + + install: whatis + |