1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- fix pkg-plist

- remove MAN3PREFIX from Makefile (implied via bsd.port.mk)

PR:		ports/74789
Submitted by:	Jim Pirzyk (maintainer)
This commit is contained in:
Cheng-Lung Sung 2004-12-08 02:04:02 +00:00
parent a4b7c2bde3
commit a6e5f20d93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123428
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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