aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Filesys-Statvfs_Df
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-12-08 02:04:02 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-12-08 02:04:02 +0000
commita6e5f20d9373d2314dc19189c33b08480608002c (patch)
tree6c488e37761ae28e8aa295bbe25948eb5a8c20f5 /devel/p5-Filesys-Statvfs_Df
parenta4b7c2bde3fee457848c8ce685370c1dbfd48a63 (diff)
downloadports-a6e5f20d9373d2314dc19189c33b08480608002c.tar.gz
ports-a6e5f20d9373d2314dc19189c33b08480608002c.zip
- fix pkg-plist
- remove MAN3PREFIX from Makefile (implied via bsd.port.mk) PR: ports/74789 Submitted by: Jim Pirzyk (maintainer)
Notes
Notes: svn path=/head/; revision=123428
Diffstat (limited to 'devel/p5-Filesys-Statvfs_Df')
-rw-r--r--devel/p5-Filesys-Statvfs_Df/Makefile1
-rw-r--r--devel/p5-Filesys-Statvfs_Df/pkg-plist3
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Filesys-Statvfs_Df/Makefile b/devel/p5-Filesys-Statvfs_Df/Makefile
index de12cac7a0a8..a072e4ed8e3b 100644
--- a/devel/p5-Filesys-Statvfs_Df/Makefile
+++ b/devel/p5-Filesys-Statvfs_Df/Makefile
@@ -17,7 +17,6 @@ COMMENT= Provides an interface between Perl and the statvfs() system call
PERL_CONFIGURE= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Filesys::Df.3 Filesys::Statvfs.3
.include <bsd.port.mk>
diff --git a/devel/p5-Filesys-Statvfs_Df/pkg-plist b/devel/p5-Filesys-Statvfs_Df/pkg-plist
index 5c8ea6610296..eaaf42e5483a 100644
--- a/devel/p5-Filesys-Statvfs_Df/pkg-plist
+++ b/devel/p5-Filesys-Statvfs_Df/pkg-plist
@@ -1,5 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Df.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Statvfs.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.so
+%%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%%/Filesys 2>/dev/null || true