diff options
author | culot <culot@FreeBSD.org> | 2013-10-21 14:58:26 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-10-21 14:58:26 +0800 |
commit | 8be629547f3f8e699703a74aae386f34d75418df (patch) | |
tree | 0cadd8b0fe69f85d8547609217ffab5f680b22e3 | |
parent | 578e5a9d06911eb4e707686480ca115f9c44573f (diff) | |
download | freebsd-ports-gnome-8be629547f3f8e699703a74aae386f34d75418df.tar.gz freebsd-ports-gnome-8be629547f3f8e699703a74aae386f34d75418df.tar.zst freebsd-ports-gnome-8be629547f3f8e699703a74aae386f34d75418df.zip |
- Add staging support
PR: ports/183138
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
-rw-r--r-- | devel/p5-POSIX-strptime/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-POSIX-strptime/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-POSIX-strptime/Makefile b/devel/p5-POSIX-strptime/Makefile index cbb96dd4e61f..a9c89119407d 100644 --- a/devel/p5-POSIX-strptime/Makefile +++ b/devel/p5-POSIX-strptime/Makefile @@ -16,7 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= POSIX::strptime.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-POSIX-strptime/pkg-plist b/devel/p5-POSIX-strptime/pkg-plist index 765493e8fc5b..031028c6395b 100644 --- a/devel/p5-POSIX-strptime/pkg-plist +++ b/devel/p5-POSIX-strptime/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.so +%%PERL5_MAN3%%/POSIX::strptime.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX |