diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 08:45:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 08:45:50 +0000 |
commit | 3c9ffd7218e6cbad2006dd84cca1f144e952b76d (patch) | |
tree | 91cba98e40bd55e804de1cd3543339c59ce1892b /x11-fm | |
parent | d21fc73b1c67e61420a1dd8bfdc5d60604955869 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=341813
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/p5-PerlFM/Makefile | 5 | ||||
-rw-r--r-- | x11-fm/p5-PerlFM/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-fm/p5-PerlFM/Makefile b/x11-fm/p5-PerlFM/Makefile index 37f0424c2319..0dc575c48f08 100644 --- a/x11-fm/p5-PerlFM/Makefile +++ b/x11-fm/p5-PerlFM/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= CPAN:VVELOX PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net -COMMENT= A Perl based file manager +COMMENT= Perl based file manager BUILD_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Gtk2-Chmod>=0.0.0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Chmod \ @@ -25,7 +25,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= PerlFM.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fm/p5-PerlFM/pkg-plist b/x11-fm/p5-PerlFM/pkg-plist index 64f4adf9d06e..ee4f535bb089 100644 --- a/x11-fm/p5-PerlFM/pkg-plist +++ b/x11-fm/p5-PerlFM/pkg-plist @@ -1,4 +1,5 @@ bin/pfm %%SITE_PERL%%/PerlFM.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM/.packlist +%%PERL5_MAN3%%/PerlFM.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlFM |