summaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jhead/Makefile')
-rw-r--r--graphics/jhead/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index b057f295eba..5fadad7902f 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/15 22:02:27 jlam Exp $
#
DISTNAME= jhead-2.3
@@ -10,14 +10,14 @@ HOMEPAGE= http://www.sentex.net/~mwandel/jhead/
COMMENT= Extract EXIF header from JPEG image
PKG_INSTALLATION_TYPES= overwrite pkgviews
-
+PKGSRC_USE_TOOLS+= gunzip
INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead \
jhead.c exif.c jpgfile.c makernote.c -lm
- ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
+ ${GUNZIP_CMD} ${WRKSRC}/jhead.1.gz
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/jhead