diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 05:14:18 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 05:14:18 +0000 |
commit | e4bc70fec266dba332315c111e4b58b06d153aa9 (patch) | |
tree | ee7f6f322ad403d27e4fb3a481920ce7f0786f49 /graphics/imageindex | |
parent | 30bf3b5af83a92aa35bcbf53e6f1ca6202de60ef (diff) |
Notes
Diffstat (limited to 'graphics/imageindex')
-rw-r--r-- | graphics/imageindex/Makefile | 11 | ||||
-rw-r--r-- | graphics/imageindex/distinfo | 2 | ||||
-rw-r--r-- | graphics/imageindex/pkg-plist | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 2957f0528012..007c4c673b1c 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imageindex -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ @@ -17,7 +17,14 @@ COMMENT= A digital photo gallery tool RUN_DEPENDS= \ ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info + ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info + +USE_REINPLACE= yes + +MAN1= imageindex.1 + +post-patch: + ${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile .if !defined(NOPORTDOCS) post-install: diff --git a/graphics/imageindex/distinfo b/graphics/imageindex/distinfo index b4ab3021fce0..38bb52b22a1f 100644 --- a/graphics/imageindex/distinfo +++ b/graphics/imageindex/distinfo @@ -1 +1 @@ -MD5 (imageindex-1.0.5.tar.gz) = 4cf1391455c4de9993f51b6c97ea9dac +MD5 (imageindex-1.0.6.tar.gz) = 0bc022328eadfb0066eb8b20a05e7086 diff --git a/graphics/imageindex/pkg-plist b/graphics/imageindex/pkg-plist index 8b0d795a902e..ebf523cf3e93 100644 --- a/graphics/imageindex/pkg-plist +++ b/graphics/imageindex/pkg-plist @@ -1,4 +1,4 @@ bin/imageindex bin/autocaption -%%PORTDOCS%%share/doc/imageindex/README +%%DOCSDIR%%/README %%PORTDOCS%%@dirrm share/doc/imageindex |