pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jpegoptim Fix destdir installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13d1c2ae5b6e
branches:  trunk
changeset: 567145:13d1c2ae5b6e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 09 14:36:15 2009 +0000

description:
Fix destdir installation.

diffstat:

 graphics/jpegoptim/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 836f380e8f34 -r 13d1c2ae5b6e graphics/jpegoptim/Makefile
--- a/graphics/jpegoptim/Makefile       Mon Nov 09 14:09:41 2009 +0000
+++ b/graphics/jpegoptim/Makefile       Mon Nov 09 14:36:15 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/10/11 08:04:53 adam Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/09 14:36:15 joerg Exp $
 
 DISTNAME=      jpegoptim-1.2.3
 CATEGORIES=    graphics
@@ -11,5 +11,8 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 GNU_CONFIGURE=         YES
 
+INSTALL_MAKE_FLAGS+=   bindir=${DESTDIR}${PREFIX}/bin \
+                       mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index