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 | 3af3b3a95e474ba64ab628efe2298ffe02edd60e (patch) | |
tree | 7da4d871a2449ff3dab2edc21cd12bfdce4303c6 /graphics | |
parent | 068e80e3f92ce69f3db5e005eff9eea7b352bb63 (diff) | |
download | pkgsrc-3af3b3a95e474ba64ab628efe2298ffe02edd60e.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics')
-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 |