diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /graphics/jhead | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.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/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 |