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-SHA | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'security/p5-SHA')
-rw-r--r-- | security/p5-SHA/Makefile | 1 | ||||
-rw-r--r-- | security/p5-SHA/pkg-plist | 16 |
2 files changed, 8 insertions, 9 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index 816a343bbf63..9252dc28ec5e 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -18,6 +18,5 @@ COMMENT= Perl5 interface to the SHA1 algorithm PERL_CONFIGURE= yes MAN3= SHA.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/security/p5-SHA/pkg-plist b/security/p5-SHA/pkg-plist index ae5679f86e22..1cdf90388460 100644 --- a/security/p5-SHA/pkg-plist +++ b/security/p5-SHA/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SHA.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SHA.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/sha_driver.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SHA/SHA.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SHA/SHA.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SHA/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SHA/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SHA +%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pm +%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pod +%%SITE_PERL%%/%%PERL_ARCH%%/sha_driver.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA |