From e4a9395df72a83e1869c8f444d2d9cc8ea84727a Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 22:02:26 +0000 Subject: 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. --- graphics/jhead/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/jhead') 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 -- cgit v1.2.3