diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
commit | d394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-Tk-JPEG-Lite | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) | |
download | ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.zip |
Notes
Diffstat (limited to 'graphics/p5-Tk-JPEG-Lite')
-rw-r--r-- | graphics/p5-Tk-JPEG-Lite/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Tk-JPEG-Lite/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile index faac0a62613f..4c1f6754c021 100644 --- a/graphics/p5-Tk-JPEG-Lite/Makefile +++ b/graphics/p5-Tk-JPEG-Lite/Makefile @@ -18,10 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= tkjpeg-lite.1 -MAN3= Tk::JPEG::Lite.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/Makefile.PL diff --git a/graphics/p5-Tk-JPEG-Lite/pkg-plist b/graphics/p5-Tk-JPEG-Lite/pkg-plist index a817192576e0..63b2198b77d5 100644 --- a/graphics/p5-Tk-JPEG-Lite/pkg-plist +++ b/graphics/p5-Tk-JPEG-Lite/pkg-plist @@ -1,8 +1,12 @@ bin/tkjpeg-lite +%%PERL5_MAN3%%/Tk::JPEG::Lite.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Tk/JPEG/Lite.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/Lite.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite/Lite.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite +man/man1/tkjpeg-lite.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/JPEG +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/JPEG +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk |