summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 03:34:31 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 03:34:31 +0000
commitd8f88d6f7b0fe347a1bb48745c2adbe00a774774 (patch)
tree126bc671e78b19290a11a614357b2c86aa268fc7 /security/p5-Crypt-IDEA
parentUpdate to version 2.03. (diff)
Minor pkg-plist fixes.
PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Notes
Notes: svn path=/head/; revision=38728
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r--security/p5-Crypt-IDEA/Makefile6
-rw-r--r--security/p5-Crypt-IDEA/pkg-plist4
2 files changed, 4 insertions, 6 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index 9d90a48900a4..b91199bd7e08 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org
RESTRICTED= "Crypto; export-controlled"
-USE_PERL5= yes
+PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::IDEA.3
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- CC="${CC}" CCFLAGS="${CFLAGS}"
-
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-IDEA/pkg-plist b/security/p5-Crypt-IDEA/pkg-plist
index a403c22f2e17..f7406776a740 100644
--- a/security/p5-Crypt-IDEA/pkg-plist
+++ b/security/p5-Crypt-IDEA/pkg-plist
@@ -1,6 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true