diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /security/p5-SHA | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
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 816a343..9252dc2 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 ae5679f..1cdf903 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 |