diff options
author | az <az@FreeBSD.org> | 2014-01-06 17:14:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 17:14:19 +0800 |
commit | afc6cfab8ab434515ecd271aa52f30cef723a817 (patch) | |
tree | a2fe0d5d3abc0cb6e0e188d6f280910e11539386 /net/p5-What | |
parent | fd811ae80ee579c00bacd3534b70f11cf5457b8c (diff) | |
download | freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.tar.gz freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.tar.zst freebsd-ports-gnome-afc6cfab8ab434515ecd271aa52f30cef723a817.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'net/p5-What')
-rw-r--r-- | net/p5-What/Makefile | 3 | ||||
-rw-r--r-- | net/p5-What/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-What/pkg-plist | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-What/Makefile b/net/p5-What/Makefile index b99fa28fbc06..4475a613297f 100644 --- a/net/p5-What/Makefile +++ b/net/p5-What/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= What.3 What::MTA.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-What/pkg-descr b/net/p5-What/pkg-descr index 391d72f75fb8..2a45dfebf965 100644 --- a/net/p5-What/pkg-descr +++ b/net/p5-What/pkg-descr @@ -1,4 +1,4 @@ The What class is interface to classes providing information about running services. -WWW: http://search.cpan.org/dist/What/ +WWW: http://search.cpan.org/dist/What/ diff --git a/net/p5-What/pkg-plist b/net/p5-What/pkg-plist index 682d3957750f..6a5b7679f65f 100644 --- a/net/p5-What/pkg-plist +++ b/net/p5-What/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist %%SITE_PERL%%/What.pm %%SITE_PERL%%/What/MTA.pm +%%PERL5_MAN3%%/What.3.gz +%%PERL5_MAN3%%/What::MTA.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What @dirrmtry %%SITE_PERL%%/What |