diff options
Diffstat (limited to 'misc/p5-Geo-Weather/Makefile')
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile index e45319b..b7eae57 100644 --- a/misc/p5-Geo-Weather/Makefile +++ b/misc/p5-Geo-Weather/Makefile @@ -18,10 +18,9 @@ COMMENT= Perl module to retrieve weather information from weather.com RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Geo::Weather.3 .include <bsd.port.mk> |