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/p5-Geo-Weather/Makefile | |
parent | - Update to version 1.0.5 (diff) |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'misc/p5-Geo-Weather/Makefile')
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |