diff options
Diffstat (limited to 'graphics/exifprobe/Makefile')
-rw-r--r-- | graphics/exifprobe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile index 8e70143d27dd..6b83f5285763 100644 --- a/graphics/exifprobe/Makefile +++ b/graphics/exifprobe/Makefile @@ -6,7 +6,8 @@ # PORTNAME= exifprobe -PORTVERSION= 2.0.0 +DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/ @@ -14,6 +15,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Probes JPEG or TIFF images and reports contents and structure USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}p1 MAN1= exifgrep.1 exifprobe.1 PLIST_FILES= bin/exifgrep bin/exifprobe |