pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2-organize fix DESTDIR installation (expl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8df43e719970
branches:  trunk
changeset: 396642:8df43e719970
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jul 29 19:57:24 2009 +0000

description:
fix DESTDIR installation (explicitely create bin dir)

diffstat:

 graphics/exiv2-organize/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b5e2aa16cf9 -r 8df43e719970 graphics/exiv2-organize/Makefile
--- a/graphics/exiv2-organize/Makefile  Wed Jul 29 19:47:24 2009 +0000
+++ b/graphics/exiv2-organize/Makefile  Wed Jul 29 19:57:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 10:07:45 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/29 19:57:24 drochner Exp $
 #
 
 DISTNAME=              exiv2-0.18.2
@@ -12,6 +12,7 @@
 LICENSE=               gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+INSTALLATION_DIRS=     bin
 
 USE_LANGUAGES=         c c++
 GCC_REQD+=             3.3



Home | Main Index | Thread Index | Old Index