diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /misc | |
parent | d2ee5f75c4592679c5ba8cbf5d5bbc9d6bfa41c3 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Business-ISIN/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Finance-QuoteHist/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 1 | ||||
-rw-r--r-- | misc/translate/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile index 6f3b30b92e6c..874c7e85dced 100644 --- a/misc/p5-Business-ISIN/Makefile +++ b/misc/p5-Business-ISIN/Makefile @@ -19,7 +19,6 @@ COMMENT= Validate International Securities Identification Numbers BUILD_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Business::ISIN.3 diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 908a4dcf3dd7..f0acdfd2656f 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -18,7 +18,6 @@ COMMENT= A UPS Interface Module BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} PERL_CONFIGURE= yes diff --git a/misc/p5-Finance-QuoteHist/Makefile b/misc/p5-Finance-QuoteHist/Makefile index 7dbe3d946be7..94c166a59f5d 100644 --- a/misc/p5-Finance-QuoteHist/Makefile +++ b/misc/p5-Finance-QuoteHist/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Finance::QuoteHist::Yahoo.3 \ diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile index b7eae576d416..380e4963faa3 100644 --- a/misc/p5-Geo-Weather/Makefile +++ b/misc/p5-Geo-Weather/Makefile @@ -18,7 +18,6 @@ COMMENT= Perl module to retrieve weather information from weather.com RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Geo::Weather.3 diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 60556594a11e..0440e6fc80e7 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -16,7 +16,6 @@ COMMENT= Translates string using Babelfish RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -SITE_PERL= ${SITE_PERL} USE_PERL5= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |