diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-10 18:24:26 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-10 18:24:26 +0800 |
commit | c5cf1fa3e866b07801adc975a57270ecaf46c7f8 (patch) | |
tree | e5cd3f8c6c4f096b4550370bb09449698e347a87 | |
parent | 17bff1b23351f52240387dbc7bc8147cdbffb785 (diff) | |
download | freebsd-ports-gnome-c5cf1fa3e866b07801adc975a57270ecaf46c7f8.tar.gz freebsd-ports-gnome-c5cf1fa3e866b07801adc975a57270ecaf46c7f8.tar.zst freebsd-ports-gnome-c5cf1fa3e866b07801adc975a57270ecaf46c7f8.zip |
- fix PLIST
PR: 75854
Submitted by: pirzyk@
-rw-r--r-- | devel/p5-Filesys-Statvfs_Df/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Filesys-Statvfs_Df/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Filesys-Statvfs_Df/pkg-descr b/devel/p5-Filesys-Statvfs_Df/pkg-descr index a6b0da244df1..c8724db234d1 100644 --- a/devel/p5-Filesys-Statvfs_Df/pkg-descr +++ b/devel/p5-Filesys-Statvfs_Df/pkg-descr @@ -11,3 +11,5 @@ block size for the values you wish to see. The default block size output is 1024 bytes per block. So if you want to get the size in bytes just take the block size and * it by 1024. + +WWW: http://search.cpan.org/~iguthrie/Filesys-Statvfs_Statfs_Df/ diff --git a/devel/p5-Filesys-Statvfs_Df/pkg-plist b/devel/p5-Filesys-Statvfs_Df/pkg-plist index 2a4c66777642..a1cbc6b5d3a0 100644 --- a/devel/p5-Filesys-Statvfs_Df/pkg-plist +++ b/devel/p5-Filesys-Statvfs_Df/pkg-plist @@ -5,5 +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%%/%%PERL_ARCH%%/Filesys 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true |