diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-22 20:11:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-22 20:11:29 +0000 |
commit | ba4971a2b646420d7e65e6c99134c7bd68a64253 (patch) | |
tree | 4616e03f4daaa79f21b8cc5f0acbe00d3be1f5c0 | |
parent | Upgrade to 0.27. (diff) |
Fix pkg-plist.
PR: ports/75424
Submitted by: pirzyk@
Notes
Notes:
svn path=/head/; revision=124844
-rw-r--r-- | devel/p5-Filesys-Statvfs_Df/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Filesys-Statvfs_Df/pkg-plist b/devel/p5-Filesys-Statvfs_Df/pkg-plist index eaaf42e5483a..2a4c66777642 100644 --- a/devel/p5-Filesys-Statvfs_Df/pkg-plist +++ b/devel/p5-Filesys-Statvfs_Df/pkg-plist @@ -5,4 +5,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.bs @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/Filesys 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true |