diff options
author | Jesper Skriver <jesper@FreeBSD.org> | 2004-12-11 00:48:42 +0000 |
---|---|---|
committer | Jesper Skriver <jesper@FreeBSD.org> | 2004-12-11 00:48:42 +0000 |
commit | 1131d8c2d5ee36d31699804535867260609a2f8f (patch) | |
tree | 25eb249affaa8089ef712d51f0dfff62bcedd035 /security/p5-Crypt-DH | |
parent | 8edc81ddbbbc6d08ba98095bec779442c3093782 (diff) | |
download | ports-1131d8c2d5ee36d31699804535867260609a2f8f.tar.gz ports-1131d8c2d5ee36d31699804535867260609a2f8f.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 15fb049261e9..cd55cf1547fa 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -7,7 +7,7 @@ PORTNAME= Crypt-DH PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -24,7 +24,7 @@ PERL_CONFIGURE= yes MAN3= Crypt::DH.3 PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ - %%SITE_PERL%%/mach/auto/Crypt/DH/.packlist -PLIST_DIRS= %%SITE_PERL%%/mach/auto/Crypt/DH + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH .include <bsd.port.mk> |