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/p5-HTTP-MobileAgent | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-MobileAgent')
-rw-r--r-- | www/p5-HTTP-MobileAgent/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTTP-MobileAgent/pkg-plist | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/www/p5-HTTP-MobileAgent/Makefile b/www/p5-HTTP-MobileAgent/Makefile index 0958e812c8ed..67294b7f4849 100644 --- a/www/p5-HTTP-MobileAgent/Makefile +++ b/www/p5-HTTP-MobileAgent/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PM_DEPENDS} PM_DEPENDS= ${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes diff --git a/www/p5-HTTP-MobileAgent/pkg-plist b/www/p5-HTTP-MobileAgent/pkg-plist index 5c6f4361ebfa..18882e565d8f 100644 --- a/www/p5-HTTP-MobileAgent/pkg-plist +++ b/www/p5-HTTP-MobileAgent/pkg-plist @@ -1,12 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/AirHPhone.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/Display.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/DoCoMo.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/DoCoMoDisplayMap.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/EZweb.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/JPhone.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/NonMobile.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/Request.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent -@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent +%%SITE_PERL%%/HTTP/MobileAgent.pm +%%SITE_PERL%%/HTTP/MobileAgent/AirHPhone.pm +%%SITE_PERL%%/HTTP/MobileAgent/Display.pm +%%SITE_PERL%%/HTTP/MobileAgent/DoCoMo.pm +%%SITE_PERL%%/HTTP/MobileAgent/DoCoMoDisplayMap.pm +%%SITE_PERL%%/HTTP/MobileAgent/EZweb.pm +%%SITE_PERL%%/HTTP/MobileAgent/JPhone.pm +%%SITE_PERL%%/HTTP/MobileAgent/NonMobile.pm +%%SITE_PERL%%/HTTP/MobileAgent/Request.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent +@dirrm %%SITE_PERL%%/HTTP/MobileAgent |