diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /security/p5-Crypt-RandPasswd | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-RandPasswd')
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/pkg-plist | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile index 9c827a6d5c68..795eb8af7d19 100644 --- a/security/p5-Crypt-RandPasswd/Makefile +++ b/security/p5-Crypt-RandPasswd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of the Automated Password Generator standard PERL_CONFIGURE= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::RandPasswd.3 diff --git a/security/p5-Crypt-RandPasswd/pkg-plist b/security/p5-Crypt-RandPasswd/pkg-plist index 368ae693603c..2a61d9fc57f7 100644 --- a/security/p5-Crypt-RandPasswd/pkg-plist +++ b/security/p5-Crypt-RandPasswd/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Crypt/RandPasswd.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt +%%SITE_PERL%%/Crypt/RandPasswd.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrm %%SITE_PERL%%/Crypt |