diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
commit | 6e82078eeffa2d3575e27ed632f26e8ec04106e6 (patch) | |
tree | 0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /graphics/scrot | |
parent | 5dfaaf310b1ff0153e44057c03786c526d867998 (diff) | |
download | pkgsrc-6e82078eeffa2d3575e27ed632f26e8ec04106e6.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/scrot')
-rw-r--r-- | graphics/scrot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index db7fcd2e2af..5a77af7508a 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/11/05 17:23:45 joerg Exp $ DISTNAME= scrot-0.8 PKGREVISION= 8 @@ -9,9 +9,10 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://linuxbrit.co.uk/scrot/ COMMENT= Commandline screen capture util like "import", but using imlib2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../devel/giblib/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |