diff options
Diffstat (limited to 'graphics/imageindex')
-rw-r--r-- | graphics/imageindex/Makefile | 9 | ||||
-rw-r--r-- | graphics/imageindex/distinfo | 5 | ||||
-rw-r--r-- | graphics/imageindex/pkg-plist | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 5605b6c8c403..6ff7a64872db 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imageindex -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.9 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ @@ -20,16 +20,19 @@ RUN_DEPENDS= \ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info USE_REINPLACE= yes +USE_PERL5_RUN= yes +MAKE_ARGS+= PERLPATH=${PERL} + +PLIST_FILES= bin/imageindex bin/autocaption %%DOCSDIR%%/README +PLIST_DIRS= %%DOCSDIR%% MAN1= imageindex.1 post-patch: ${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile -.if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif .include <bsd.port.mk> diff --git a/graphics/imageindex/distinfo b/graphics/imageindex/distinfo index b7db6bb23d4f..1fb3a5cd26e0 100644 --- a/graphics/imageindex/distinfo +++ b/graphics/imageindex/distinfo @@ -1,2 +1,3 @@ -MD5 (imageindex-1.0.7.tar.gz) = f1cacf87bd9773577872c3a570663740 -SIZE (imageindex-1.0.7.tar.gz) = 43082 +MD5 (imageindex-1.0.9.tar.gz) = 47e6d0ee8fefbc8d32eb3a01e4bae307 +SHA256 (imageindex-1.0.9.tar.gz) = 352437723555bb7c1729ceecc17a13c0da774fcd2a1e740ae4597944666017eb +SIZE (imageindex-1.0.9.tar.gz) = 46570 diff --git a/graphics/imageindex/pkg-plist b/graphics/imageindex/pkg-plist deleted file mode 100644 index ebf523cf3e93..000000000000 --- a/graphics/imageindex/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/imageindex -bin/autocaption -%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm share/doc/imageindex |