diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-16 16:39:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-16 16:39:34 +0800 |
commit | 55ad664db52ed30d28bfd30b84d0f09fb06cab3a (patch) | |
tree | 9a96264db2c7e825a0d677d50ddf6af776766165 | |
parent | f8356c643541859d72b448477c689db30b9dbc11 (diff) | |
download | freebsd-ports-gnome-55ad664db52ed30d28bfd30b84d0f09fb06cab3a.tar.gz freebsd-ports-gnome-55ad664db52ed30d28bfd30b84d0f09fb06cab3a.tar.zst freebsd-ports-gnome-55ad664db52ed30d28bfd30b84d0f09fb06cab3a.zip |
- Fix plist
- Trim header
Reported by: poudriere exp-run
-rw-r--r-- | devel/p5-Proc-Fork/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Proc-Fork/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Proc-Fork/Makefile b/devel/p5-Proc-Fork/Makefile index 669dcdb2fe62..632845612828 100644 --- a/devel/p5-Proc-Fork/Makefile +++ b/devel/p5-Proc-Fork/Makefile @@ -3,6 +3,7 @@ PORTNAME= Proc-Fork PORTVERSION= 0.802 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,8 @@ COMMENT= Proc::Fork - Simple, intuitive interface to the fork() system call BUILD_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \ p5-Object-Tiny-Lvalue>=0:${PORTSDIR}/devel/p5-Object-Tiny-Lvalue -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \ + p5-Object-Tiny-Lvalue>=0:${PORTSDIR}/devel/p5-Object-Tiny-Lvalue PERL_CONFIGURE= yes diff --git a/devel/p5-Proc-Fork/pkg-plist b/devel/p5-Proc-Fork/pkg-plist index 37c356879477..d3975683ba35 100644 --- a/devel/p5-Proc-Fork/pkg-plist +++ b/devel/p5-Proc-Fork/pkg-plist @@ -2,5 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Fork/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Fork @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc -@dirrmtry %%SITE_PERL%%/Proc/Fork @dirrmtry %%SITE_PERL%%/Proc |