diff options
author | jesper <jesper@FreeBSD.org> | 2004-12-11 08:48:42 +0800 |
---|---|---|
committer | jesper <jesper@FreeBSD.org> | 2004-12-11 08:48:42 +0800 |
commit | 6f1d11b39ce9a1d5dbdb92efae8c1839043f39a8 (patch) | |
tree | 3a604c2b9c2b6797253d94c67260f63c9b8f6ffe /security | |
parent | 76f8a9e6211469c3e79388c301e511afc0c431be (diff) | |
download | freebsd-ports-gnome-6f1d11b39ce9a1d5dbdb92efae8c1839043f39a8.tar.gz freebsd-ports-gnome-6f1d11b39ce9a1d5dbdb92efae8c1839043f39a8.tar.zst freebsd-ports-gnome-6f1d11b39ce9a1d5dbdb92efae8c1839043f39a8.zip |
Fix build
Diffstat (limited to 'security')
-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> |