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 | 0f50bd951ae41bbc003614f69231604e47db80dc (patch) | |
tree | af18fe7e5a5f7dbed943a99b3e8b13e42086feae /x11/xconsole | |
parent | 87b94dab5d750ee719a7e6fe2e46df4d97b8d3d0 (diff) | |
download | pkgsrc-0f50bd951ae41bbc003614f69231604e47db80dc.tar.gz |
DESTDIR support. Take blame for it, making the current xorg rule
of thumb apply.
Diffstat (limited to 'x11/xconsole')
-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 |