diff options
author | simonb <simonb> | 1999-12-20 06:07:24 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-12-20 06:07:24 +0000 |
commit | cc13381f345438a3c47efaefcbde94c9d0236cfb (patch) | |
tree | aad17ec5f8f05d182ff7cd607ce62f6cca43e9f6 /lang/perl5 | |
parent | 3075e7f138b0093e65eb9bc5f2f2d848faa2a67e (diff) | |
download | pkgsrc-cc13381f345438a3c47efaefcbde94c9d0236cfb.tar.gz |
Remove .../perllocal.pod with @unexec rm. As per email discussion with
Hubert Feyrer on tech-pkg.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/pkg/PLIST-mi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/pkg/PLIST-mi b/lang/perl5/pkg/PLIST-mi index c0a431c0a1d..98ddbc10bce 100644 --- a/lang/perl5/pkg/PLIST-mi +++ b/lang/perl5/pkg/PLIST-mi @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST-mi,v 1.6 1999/04/08 18:51:53 agc Exp $ +@comment $NetBSD: PLIST-mi,v 1.7 1999/12/20 06:07:24 simonb Exp $ bin/a2p bin/c2ph bin/find2perl @@ -600,6 +600,7 @@ man/man1/xsubpp.1 @exec mkdir -p %D/lib/perl5/IO @exec mkdir -p %D/lib/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/5.00404/auto/Text/ParseWords @exec mkdir -p %D/lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS} +@unexec rm %D/lib/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/5.00404/perllocal.pod || true @unexec rmdir -p %D/lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS} 2>/dev/null || true @unexec rmdir -p %D/lib/perl5/man/man3 2>/dev/null || true @dirrm lib/perl5/Bundle |