diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-29 19:57:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-29 19:57:24 +0000 |
commit | 6f9edd266934a419851b1eff27e70a59f630d13e (patch) | |
tree | 8993f3b70e02c07eaf09af4980d573c210451d6c /graphics/exiv2-organize | |
parent | 66d468dca83b1b484ca04876dc358fbc763a5eaa (diff) | |
download | pkgsrc-6f9edd266934a419851b1eff27e70a59f630d13e.tar.gz |
fix DESTDIR installation (explicitely create bin dir)
Diffstat (limited to 'graphics/exiv2-organize')
-rw-r--r-- | graphics/exiv2-organize/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exiv2-organize/Makefile b/graphics/exiv2-organize/Makefile index 5201f0e3065..8c8d051e354 100644 --- a/graphics/exiv2-organize/Makefile +++ b/graphics/exiv2-organize/Makefile @@ -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 @@ COMMENT= Image metadata manipulation LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin USE_LANGUAGES= c c++ GCC_REQD+= 3.3 |