1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix plist.

Approved by:	maintainer
This commit is contained in:
Jun Kuriyama 2004-08-10 05:22:04 +00:00
parent 00ec940921
commit 939bf7cb50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115790
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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