diff options
Diffstat (limited to '')
-rw-r--r-- | security/p5-Crypt-UnixCrypt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile index feafc5856cab..895070ad43d0 100644 --- a/security/p5-Crypt-UnixCrypt/Makefile +++ b/security/p5-Crypt-UnixCrypt/Makefile @@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module implementing crypt(3) function -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::UnixCrypt.3 .include <bsd.port.mk> |