aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjesper <jesper@FreeBSD.org>2004-12-05 18:50:33 +0800
committerjesper <jesper@FreeBSD.org>2004-12-05 18:50:33 +0800
commitfc1bcee9ba1a09e599114997afc3d0ead96050d0 (patch)
tree6bdf59aa0f39b9ad401005d247c136967acb7bbd /security
parent3ed857155e39c22c5ba2ba46c4308eee14e8dafd (diff)
downloadfreebsd-ports-graphics-fc1bcee9ba1a09e599114997afc3d0ead96050d0.tar.gz
freebsd-ports-graphics-fc1bcee9ba1a09e599114997afc3d0ead96050d0.tar.zst
freebsd-ports-graphics-fc1bcee9ba1a09e599114997afc3d0ead96050d0.zip
Fix PLIST_FILES and PLIST_DIRS
Diffstat (limited to 'security')
-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 cb14e9a3777..8d1a17f5b09 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>