diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 9f9288f542da250b3c4580320056f83ecd94fb45 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /graphics | |
parent | 8b5ccb074541abb27ca7965ec31af65aa83fc970 (diff) | |
download | pkgsrc-9f9288f542da250b3c4580320056f83ecd94fb45.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')
-rw-r--r-- | graphics/jhead/Makefile | 6 |
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 |