diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-12 16:20:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-12 16:20:45 +0000 |
commit | 887ff2d6ce76fce5a5bf68f7e85c0cc3ebee2c7b (patch) | |
tree | af18fe7e5a5f7dbed943a99b3e8b13e42086feae /x11 | |
parent | 91bb67ecedbf2b92cdbf040c9e19ee7df6e9b79c (diff) | |
download | pkgsrc-887ff2d6ce76fce5a5bf68f7e85c0cc3ebee2c7b.tar.gz |
DESTDIR support. Take blame for it, making the current xorg rule
of thumb apply.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xconsole/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile index 7fdf249f3d0..0a71e63d2b7 100644 --- a/x11/xconsole/Makefile +++ b/x11/xconsole/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/28 03:21:51 reed Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/12 16:20:45 joerg Exp $ # DISTNAME= xconsole-1.0.2 @@ -6,10 +6,12 @@ CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= reed@reedmedia.net +MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X11 client to display console messages +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |