diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-08 18:13:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-08 18:13:13 +0000 |
commit | da6807f3c5d761432eea71ceea1e5baf10f5083f (patch) | |
tree | e389843b57bdb64b67e1aa923db6828ac0f39e42 /mbone/beacon | |
parent | 70b50d8aa11605d97ea048d05ca4bf1fe2af34f6 (diff) | |
download | pkgsrc-da6807f3c5d761432eea71ceea1e5baf10f5083f.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 'mbone/beacon')
-rw-r--r-- | mbone/beacon/Makefile | 4 | ||||
-rw-r--r-- | mbone/beacon/distinfo | 3 | ||||
-rw-r--r-- | mbone/beacon/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile index c15c00c5097..ff46494a43e 100644 --- a/mbone/beacon/Makefile +++ b/mbone/beacon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/08/08 18:13:13 jlam Exp $ # DISTNAME= beacon-1.1-0 PKGNAME= beacon-1.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mbone MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/ diff --git a/mbone/beacon/distinfo b/mbone/beacon/distinfo index f4f2b9ce295..a7cd158ec8d 100644 --- a/mbone/beacon/distinfo +++ b/mbone/beacon/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/22 21:33:50 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/08/08 18:13:13 jlam Exp $ SHA1 (beacon-1.1-0.tar.gz) = f6d5e88e00d26e53df8c9742e7454b84d72e0911 RMD160 (beacon-1.1-0.tar.gz) = efa8097288b110572f5e2f0a1bed5ed8532a28bd Size (beacon-1.1-0.tar.gz) = 247815 bytes +SHA1 (patch-aa) = 30e80b4a0f9dedfd7c4149b3d32d820ac17707c8 diff --git a/mbone/beacon/patches/patch-aa b/mbone/beacon/patches/patch-aa new file mode 100644 index 00000000000..0bdd11f5ae6 --- /dev/null +++ b/mbone/beacon/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/08/08 18:13:13 jlam Exp $ + +--- Net-Multicast-Beacon/Makefile.in.orig 2004-07-13 14:56:28.000000000 -0400 ++++ Net-Multicast-Beacon/Makefile.in +@@ -297,7 +297,7 @@ uninstall-am: uninstall-info-am + touch $@ + + Makefile.perl: Makefile.PL +- $(PERL) Makefile.PL MAKEFILE=$@ ++ $(PERL) Makefile.PL INSTALLDIRS=vendor MAKEFILE=$@ + + install-data-local: + $(MAKE) -fMakefile.perl install |