diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch) | |
tree | 197b4b6a4b3b326a28909d7514c4c3c89e7d008e /www | |
parent | 062843587cb531242f206c2e2aaf70082f97e302 (diff) | |
download | FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'www')
-rw-r--r-- | www/htmlobject/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Archive/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit/Makefile | 1 | ||||
-rw-r--r-- | www/p5-libservlet/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile index e32169c..6a69f75 100644 --- a/www/htmlobject/Makefile +++ b/www/htmlobject/Makefile @@ -15,7 +15,6 @@ DISTNAME= html_object-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/www/p5-Apache-Archive/Makefile b/www/p5-Apache-Archive/Makefile index 678ee4e..8359532 100644 --- a/www/p5-Apache-Archive/Makefile +++ b/www/p5-Apache-Archive/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 6a42721..fa032b3 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -28,7 +28,6 @@ BUILD_DEPENDS= \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile index 3bd1d37..9897337 100644 --- a/www/p5-libservlet/Makefile +++ b/www/p5-libservlet/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ijliao@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |