aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DH
diff options
context:
space:
mode:
authorJesper Skriver <jesper@FreeBSD.org>2004-12-05 10:50:33 +0000
committerJesper Skriver <jesper@FreeBSD.org>2004-12-05 10:50:33 +0000
commitdb598725b49f62f9c2f1ce76de1230af6e7c6fce (patch)
treed119932af6dd967120112ae432f950bc249f1bc4 /security/p5-Crypt-DH
parent5529bb1803bf113636be39014300cf29d5e1bca4 (diff)
downloadports-db598725b49f62f9c2f1ce76de1230af6e7c6fce.tar.gz
ports-db598725b49f62f9c2f1ce76de1230af6e7c6fce.zip
Fix PLIST_FILES and PLIST_DIRS
Notes
Notes: svn path=/head/; revision=123214
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r--security/p5-Crypt-DH/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
index cb14e9a37777..8d1a17f5b09b 100644
--- a/security/p5-Crypt-DH/Makefile
+++ b/security/p5-Crypt-DH/Makefile
@@ -22,6 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Crypt::DH.3
-PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm
+PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \
+ %%SITE_PERL%%/mach/auto/Crypt/DH/.packlist
+PLIST_DIRS= %%SITE_PERL%%/mach/auto/Crypt/DH
.include <bsd.port.mk>