diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /graphics/photopc | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'graphics/photopc')
-rw-r--r-- | graphics/photopc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index ae2fcb90653..39f235a0749 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:51 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= photopc-3.04 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://photopc.sourceforge.net/ COMMENT= Manipulate digital still cameras +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |