diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-29 17:17:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-29 17:17:28 +0800 |
commit | 875b6cdbdec0aed70b209350d859e73577cb171e (patch) | |
tree | 70c5bc2ad8ef1470f5292a6449477ef2d61fb239 /www | |
parent | 603e7cdf30192f7e45619436ac91b77fe0d2d082 (diff) | |
download | freebsd-ports-gnome-875b6cdbdec0aed70b209350d859e73577cb171e.tar.gz freebsd-ports-gnome-875b6cdbdec0aed70b209350d859e73577cb171e.tar.zst freebsd-ports-gnome-875b6cdbdec0aed70b209350d859e73577cb171e.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/http_post/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Amon2-Lite/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Amon2-Lite/pkg-plist | 2 | ||||
-rw-r--r-- | www/p5-FurlX-Coro/Makefile | 4 | ||||
-rw-r--r-- | www/p5-FurlX-Coro/pkg-plist | 2 |
5 files changed, 6 insertions, 12 deletions
diff --git a/www/http_post/Makefile b/www/http_post/Makefile index 8ff724c3904c..36702eefe863 100644 --- a/www/http_post/Makefile +++ b/www/http_post/Makefile @@ -13,13 +13,11 @@ COMMENT= Do a POST operaion and Dump http-contents to stdout WRKSRC= ${WRKDIR}/http_post MAKEFILE= ${FILESDIR}/Makefile.bsd -MAN1= http_post.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/http_post +PLIST_FILES= bin/http_post \ + man/man1/http_post.1.gz .ifndef NO_OPENSSL USE_OPENSSL= yes .endif -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Amon2-Lite/Makefile b/www/p5-Amon2-Lite/Makefile index eb465d616742..3357600f702b 100644 --- a/www/p5-Amon2-Lite/Makefile +++ b/www/p5-Amon2-Lite/Makefile @@ -26,8 +26,4 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= modbuild -MAN3= Amon2::Lite.3 \ - Amon2::Setup::Flavor::Lite.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Amon2-Lite/pkg-plist b/www/p5-Amon2-Lite/pkg-plist index 2affb6e971c1..f1b86ea57706 100644 --- a/www/p5-Amon2-Lite/pkg-plist +++ b/www/p5-Amon2-Lite/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/Amon2::Lite.3.gz +%%PERL5_MAN3%%/Amon2::Setup::Flavor::Lite.3.gz %%SITE_PERL%%/Amon2/Lite.pm %%SITE_PERL%%/Amon2/Setup/Flavor/Lite.pm @dirrmtry %%SITE_PERL%%/Amon2/Setup/Flavor diff --git a/www/p5-FurlX-Coro/Makefile b/www/p5-FurlX-Coro/Makefile index 95554d6d7edb..a06e9bc21c42 100644 --- a/www/p5-FurlX-Coro/Makefile +++ b/www/p5-FurlX-Coro/Makefile @@ -20,8 +20,4 @@ BUILD_DEPENDS= \ USES= perl5 USE_PERL5= modbuild -MAN3= FurlX::Coro.3 \ - FurlX::Coro::HTTP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-FurlX-Coro/pkg-plist b/www/p5-FurlX-Coro/pkg-plist index 64cfca0ee728..4363403b858a 100644 --- a/www/p5-FurlX-Coro/pkg-plist +++ b/www/p5-FurlX-Coro/pkg-plist @@ -1,3 +1,5 @@ +%%PERL5_MAN3%%/FurlX::Coro.3.gz +%%PERL5_MAN3%%/FurlX::Coro::HTTP.3.gz %%SITE_PERL%%/FurlX/Coro.pm %%SITE_PERL%%/FurlX/Coro/HTTP.pm @dirrm %%SITE_PERL%%/FurlX/Coro |