diff options
author | obache <obache@pkgsrc.org> | 2007-08-01 11:47:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-01 11:47:15 +0000 |
commit | a45ca8086a95ba4875c93a4127c214cad080315c (patch) | |
tree | 6b9539bf1de032b01042370c93af545c3a268294 /graphics/jpeg | |
parent | 26446173ea29d40e479613e4d1f325e4cd44ea9d (diff) | |
download | pkgsrc-a45ca8086a95ba4875c93a4127c214cad080315c.tar.gz |
File bin/exifautotran should be installed in ${DESTDIR}.
Pointed out by Blair Sadewitz in PR 36718.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 3bb544a9f99..781f670b3fc 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/06/05 22:07:25 tnn Exp $ +# $NetBSD: Makefile,v 1.37 2007/08/01 11:47:15 obache Exp $ # DISTNAME= jpegsrc.v6b @@ -31,7 +31,7 @@ post-extract: ${CP} ${FILESDIR}/jpegexiforient.c ${WRKSRC} post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/exifautotran ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/exifautotran ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/*.doc ${DESTDIR}${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/jpegint.h ${DESTDIR}${PREFIX}/include |