diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-28 06:34:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-28 06:34:46 +0000 |
commit | 5289acd0ca41bde08fafb74ef82d42f018a38ac7 (patch) | |
tree | 42957d8535c4a852afdd9cdcbfe68c9278a98e72 /graphics/exiv2 | |
parent | o) Update to bugfix release 1.38.2 (from 1.38.1) (diff) |
- Add missing man page
Reported by: kris
Notes
Notes:
svn path=/head/; revision=149744
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index b85ec3b165b4..f3294dfd9e28 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -7,6 +7,7 @@ PORTNAME= exiv2 PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ @@ -22,6 +23,7 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes PORTDOCS= * +MAN1= exiv2.1 .if defined(PORTDOCS) ALLTARGET= all doc |