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-Image-IPTCInfo | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Image-IPTCInfo')
-rw-r--r-- | graphics/p5-Image-IPTCInfo/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-Image-IPTCInfo/pkg-plist | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/graphics/p5-Image-IPTCInfo/Makefile b/graphics/p5-Image-IPTCInfo/Makefile index 30b598b6df60..387e428801bc 100644 --- a/graphics/p5-Image-IPTCInfo/Makefile +++ b/graphics/p5-Image-IPTCInfo/Makefile @@ -14,16 +14,13 @@ USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= demo.pl -MAN3= Image::IPTCInfo.3 - -NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/._* .if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/demo_images/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/demo_images/* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/graphics/p5-Image-IPTCInfo/pkg-plist b/graphics/p5-Image-IPTCInfo/pkg-plist index b8636c699bae..49bf31e5eea0 100644 --- a/graphics/p5-Image-IPTCInfo/pkg-plist +++ b/graphics/p5-Image-IPTCInfo/pkg-plist @@ -1,9 +1,10 @@ -%%PORTDOCS%%%%EXAMPLESDIR%%/burger_van.jpg -%%PORTDOCS%%%%EXAMPLESDIR%%/dog.jpg -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/IPTCInfo/.packlist +%%PERL5_MAN3%%/Image::IPTCInfo.3.gz %%SITE_PERL%%/Image/IPTCInfo.pm %%SITE_PERL%%/Image/demo.pl -%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%% +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/IPTCInfo/.packlist +%%PORTDOCS%%%%EXAMPLESDIR%%/burger_van.jpg +%%PORTDOCS%%%%EXAMPLESDIR%%/dog.jpg +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/IPTCInfo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image @dirrmtry %%SITE_PERL%%/Image |