diff options
author | heinz <heinz@pkgsrc.org> | 2008-06-14 21:26:49 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-06-14 21:26:49 +0000 |
commit | 5b0bf28451114badb491b2bd8671f5292fc3cef9 (patch) | |
tree | 7da4d871a2449ff3dab2edc21cd12bfdce4303c6 /graphics/gphoto2 | |
parent | 3501c3359cdcc15f2fe6c93fbde2c25648551b15 (diff) | |
download | pkgsrc-5b0bf28451114badb491b2bd8671f5292fc3cef9.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index c7f72a42264..1a1d3edca28 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/04/29 19:10:11 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/14 21:26:49 heinz Exp $ DISTNAME= gphoto2-2.4.1 CATEGORIES= graphics @@ -9,7 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ COMMENT= Digital camera access command line client -CONFLICTS= gphoto-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= gphoto-[0-9]* USE_TOOLS+= pkg-config USE_LIBTOOL= yes |