pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jpeg File bin/exifautotran should be installe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b939ef730cfc
branches:  trunk
changeset: 531510:b939ef730cfc
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Aug 01 11:47:15 2007 +0000

description:
File bin/exifautotran should be installed in ${DESTDIR}.
Pointed out by Blair Sadewitz in PR 36718.

diffstat:

 graphics/jpeg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22c0eac8529a -r b939ef730cfc graphics/jpeg/Makefile
--- a/graphics/jpeg/Makefile    Wed Aug 01 10:57:36 2007 +0000
+++ b/graphics/jpeg/Makefile    Wed Aug 01 11:47:15 2007 +0000
@@ -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 @@
        ${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



Home | Main Index | Thread Index | Old Index