From 939bf7cb504b841ffe056e988815471528dac9b6 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 10 Aug 2004 05:22:04 +0000 Subject: [PATCH] Fix plist. Approved by: maintainer --- security/p5-Crypt-DES_EDE3/Makefile | 2 +- security/p5-Crypt-DES_EDE3/pkg-plist | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 security/p5-Crypt-DES_EDE3/pkg-plist 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 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