diff options
author | jlam <jlam> | 2005-08-08 18:13:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-08 18:13:13 +0000 |
commit | 9d2ce35a6472cfc79d3372424557b67d635b22ed (patch) | |
tree | e389843b57bdb64b67e1aa923db6828ac0f39e42 /mbone/beacon/patches | |
parent | 8c0f71c0f69de892e6487bbe1eedfe10c2304e28 (diff) | |
download | pkgsrc-9d2ce35a6472cfc79d3372424557b67d635b22ed.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/patches')
-rw-r--r-- | mbone/beacon/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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 |