diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /www/w3mir | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 2 | ||||
-rw-r--r-- | www/w3mir/pkg-plist | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 6c5ebed77bc0..7f8bac1aa7f5 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://langfeldt.net/w3mir/ MAINTAINER= ache@freebsd.org COMMENT= All-purpose HTTP copying and mirroring tool -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= yes diff --git a/www/w3mir/pkg-plist b/www/w3mir/pkg-plist index aa9222e3382c..9d0ba142ddab 100644 --- a/www/w3mir/pkg-plist +++ b/www/w3mir/pkg-plist @@ -1,13 +1,13 @@ bin/w3mfix bin/w3mir -lib/perl5/site_perl/%%PERL_VER%%/htmlop.pm -lib/perl5/site_perl/%%PERL_VER%%/w3http.pm -lib/perl5/site_perl/%%PERL_VER%%/w3pdfuri.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/w3mir/.packlist +%%SITE_PERL%%/htmlop.pm +%%SITE_PERL%%/w3http.pm +%%SITE_PERL%%/w3pdfuri.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/w3mir/.packlist share/doc/w3mir/Artistic share/doc/w3mir/README share/doc/w3mir/example.cfg share/doc/w3mir/multiscope.cfg share/doc/w3mir/w3mir-HOWTO.html -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/w3mir +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/w3mir @dirrm share/doc/w3mir |