diff options
Diffstat (limited to 'devel/p5-Getargs-Long/Makefile')
-rw-r--r-- | devel/p5-Getargs-Long/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Getargs-Long/Makefile b/devel/p5-Getargs-Long/Makefile index fe00cbb85db8..d1fd5ea33543 100644 --- a/devel/p5-Getargs-Long/Makefile +++ b/devel/p5-Getargs-Long/Makefile @@ -18,10 +18,9 @@ COMMENT= Parse routine arguments BUILD_DEPENDS= ${SITE_PERL}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Getargs::Long.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |