diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-18 06:53:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-18 06:53:18 +0800 |
commit | 6c5fa98632d5d08db11062a76e4b5acdfa055d4a (patch) | |
tree | 61f03193251ad5ca4a9971e87d9839ca193d95b9 | |
parent | b384113712f14bdd5b66870cc33f34b4af2153a0 (diff) | |
download | freebsd-ports-gnome-6c5fa98632d5d08db11062a76e4b5acdfa055d4a.tar.gz freebsd-ports-gnome-6c5fa98632d5d08db11062a76e4b5acdfa055d4a.tar.zst freebsd-ports-gnome-6c5fa98632d5d08db11062a76e4b5acdfa055d4a.zip |
- 1.01 apparently use Module::Build, not sure how this worked before
PR: ports/141555
Reported by: QAT
-rw-r--r-- | sysutils/p5-Lchown/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Lchown/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index 21c5cc46bec6..55f50851a84b 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -7,6 +7,7 @@ PORTNAME= Lchown PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/N/NC/NCLEATON @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffrey@goldmark.org COMMENT= A perl5 module providing access to lchown(2) -PERL_CONFIGURE= YES +PERL_MODBUILD= yes MAN3= Lchown.3 diff --git a/sysutils/p5-Lchown/pkg-plist b/sysutils/p5-Lchown/pkg-plist index 5c8829d196ff..817fddcef5ac 100644 --- a/sysutils/p5-Lchown/pkg-plist +++ b/sysutils/p5-Lchown/pkg-plist @@ -1,5 +1,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Lchown.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown |