aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile2
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg-plist4
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 155409723512..31bb175c3d3c 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Crypt-DES_EDE3
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -21,6 +22,5 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Crypt::DES_EDE3.3
-PLIST_FILES= %%SITE_PERL%%/Crypt/DES_EDE3.pm
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-DES_EDE3/pkg-plist b/security/p5-Crypt-DES_EDE3/pkg-plist
new file mode 100644
index 000000000000..f8b2f54428e5
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Crypt/DES_EDE3.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES_EDE3/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES_EDE3
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true