diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-29 17:17:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-29 17:17:58 +0800 |
commit | 5ce3722f25b19b28743a294ee232c685fed4882c (patch) | |
tree | f4b54faed819df3fff2c3dd3a277886f3356fa96 | |
parent | a6a06904b256a16df3ba3b790da0ff94aad87b26 (diff) | |
download | freebsd-ports-gnome-5ce3722f25b19b28743a294ee232c685fed4882c.tar.gz freebsd-ports-gnome-5ce3722f25b19b28743a294ee232c685fed4882c.tar.zst freebsd-ports-gnome-5ce3722f25b19b28743a294ee232c685fed4882c.zip |
- Stage support
-rw-r--r-- | www/p5-Jemplate/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Jemplate/pkg-plist | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index 1b0a86dcbcc4..254a5bf48a5f 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -19,12 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= jemplate.1 -MAN3= Jemplate.3 \ - Jemplate::Directive.3 \ - Jemplate::Parser.3 \ - Jemplate::Runtime.3 \ - Jemplate::Runtime::Compact.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Jemplate/pkg-plist b/www/p5-Jemplate/pkg-plist index 88f7bfab2338..8811a2491125 100644 --- a/www/p5-Jemplate/pkg-plist +++ b/www/p5-Jemplate/pkg-plist @@ -1,4 +1,10 @@ bin/jemplate +%%PERL5_MAN3%%/Jemplate.3.gz +%%PERL5_MAN3%%/Jemplate::Directive.3.gz +%%PERL5_MAN3%%/Jemplate::Parser.3.gz +%%PERL5_MAN3%%/Jemplate::Runtime.3.gz +%%PERL5_MAN3%%/Jemplate::Runtime::Compact.3.gz +man/man1/jemplate.1.gz %%SITE_PERL%%/Jemplate.pm %%SITE_PERL%%/Jemplate.pod %%SITE_PERL%%/Jemplate/Directive.pm |