diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 13:22:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 13:22:04 +0800 |
commit | 9d8f665995bfc3d1c499ad950c4d51914b5e0592 (patch) | |
tree | ade9b88d60ad47aa3bafb36c540ff6a8c8d1221c /security | |
parent | 141de299e78b25ae24ccd00193c8d01086477f75 (diff) | |
download | freebsd-ports-graphics-9d8f665995bfc3d1c499ad950c4d51914b5e0592.tar.gz freebsd-ports-graphics-9d8f665995bfc3d1c499ad950c4d51914b5e0592.tar.zst freebsd-ports-graphics-9d8f665995bfc3d1c499ad950c4d51914b5e0592.zip |
Fix plist.
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DES_EDE3/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index 15540972351..31bb175c3d3 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 00000000000..f8b2f54428e --- /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 |