diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 14:20:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 14:20:56 +0000 |
commit | 4b9ccd438579f45f3956fc646295d566dca02f87 (patch) | |
tree | d9bd1e5c2ecf9ff2de36fb6c1e7f5dbf440912d8 /converters/p5-Unicode-Map8 | |
parent | 181db88e0aafaba7038a1c86503714d125f08b8a (diff) | |
download | ports-4b9ccd438579f45f3956fc646295d566dca02f87.tar.gz ports-4b9ccd438579f45f3956fc646295d566dca02f87.zip |
Notes
Diffstat (limited to 'converters/p5-Unicode-Map8')
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Unicode-Map8/pkg-plist | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index 44f8765a263a..dee476276082 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -16,8 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= umap.1 -MAN3= Unicode::Map8.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Map8/pkg-plist b/converters/p5-Unicode-Map8/pkg-plist index 492a77388df1..9cc1882ca4bb 100644 --- a/converters/p5-Unicode-Map8/pkg-plist +++ b/converters/p5-Unicode-Map8/pkg-plist @@ -1,4 +1,5 @@ bin/umap +%%PERL5_MAN3%%/Unicode::Map8.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8.pm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps/ANSI_X3.110-1983.bin %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps/ANSI_X3.4-1968.bin @@ -184,8 +185,9 @@ bin/umap %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/Map8.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/Map8.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8 +man/man1/umap.1.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode |