diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /www/p5-Apache-AutoIndex | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'www/p5-Apache-AutoIndex')
-rw-r--r-- | www/p5-Apache-AutoIndex/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/pkg-plist | 12 |
2 files changed, 10 insertions, 11 deletions
diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile index d4a3099..c5df5dd 100644 --- a/www/p5-Apache-AutoIndex/Makefile +++ b/www/p5-Apache-AutoIndex/Makefile @@ -15,14 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that can completely replace mod_dir and mod_autoindex -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Icon.pm:${PORTSDIR}/www/p5-Apache-Icon \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Icon.pm:${PORTSDIR}/www/p5-Apache-Icon \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ + ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::AutoIndex.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-AutoIndex/pkg-plist b/www/p5-Apache-AutoIndex/pkg-plist index dac00ce..6b3750c 100644 --- a/www/p5-Apache-AutoIndex/pkg-plist +++ b/www/p5-Apache-AutoIndex/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AutoIndex.dic -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AutoIndex.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AutoIndex.dic +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/AutoIndex.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AutoIndex |