summaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 22:02:26 +0000
committerjlam <jlam>2005-05-15 22:02:26 +0000
commite4a9395df72a83e1869c8f444d2d9cc8ea84727a (patch)
tree1aa735e6251ac272d7198f63944989a6aed07e6c /graphics/jhead
parent43245fd91f4254cd86f93064f1318da3c10e189d (diff)
downloadpkgsrc-e4a9395df72a83e1869c8f444d2d9cc8ea84727a.tar.gz
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools framework.
Diffstat (limited to 'graphics/jhead')
-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