diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
commit | d8f88d6f7b0fe347a1bb48745c2adbe00a774774 (patch) | |
tree | 126bc671e78b19290a11a614357b2c86aa268fc7 /security/p5-Crypt-IDEA | |
parent | c76693c52bc0f601f899521914c19fd5866ba2a5 (diff) | |
download | ports-d8f88d6f7b0fe347a1bb48745c2adbe00a774774.tar.gz ports-d8f88d6f7b0fe347a1bb48745c2adbe00a774774.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/pkg-plist | 4 |
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 |