summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorobache <obache>2007-08-01 11:47:15 +0000
committerobache <obache>2007-08-01 11:47:15 +0000
commit59cb480cce78a7d30f1551927e9984986051d122 (patch)
tree6b9539bf1de032b01042370c93af545c3a268294 /graphics/jpeg
parent584542c02063fb4391f131c228276373b452f7c2 (diff)
downloadpkgsrc-59cb480cce78a7d30f1551927e9984986051d122.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/Makefile4
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