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 /databases/rrdtool | |
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 'databases/rrdtool')
-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 |