diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
commit | 1754ad24393b566e26a7323c955d0fc8f98728c6 (patch) | |
tree | 04b72722851a21c3df0209e33b67904e34283ed6 /security/p5-Crypt-IDEA | |
parent | 7bacaded8b2c6403150d89b58ce928588bb6efc3 (diff) | |
download | freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.gz freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.zst freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.zip |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
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 |