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 /databases/rrdtool/Makefile | |
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 'databases/rrdtool/Makefile')
-rw-r--r-- | databases/rrdtool/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 0394c0211e1..4e4423a9932 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2005/08/06 06:19:07 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2005/08/08 18:13:13 jlam Exp $ # DISTNAME= rrdtool-1.2.11 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases graphics net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ @@ -19,7 +19,8 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes PTHREAD_OPTS+= require -CONFIGURE_ARGS= --enable-shared --enable-perl-site-install +CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q} PERL5_CONFIGURE= NO PERL5_PACKLIST+= auto/RRDp/.packlist |