pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xconsole DESTDIR support. Take blame for it, makin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/666b18c0134a
branches:  trunk
changeset: 527719:666b18c0134a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 12 16:20:45 2007 +0000

description:
DESTDIR support. Take blame for it, making the current xorg rule
of thumb apply.

diffstat:

 x11/xconsole/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 55db2bd6c2dc -r 666b18c0134a x11/xconsole/Makefile
--- a/x11/xconsole/Makefile     Thu Apr 12 15:15:47 2007 +0000
+++ b/x11/xconsole/Makefile     Thu Apr 12 16:20:45 2007 +0000
@@ -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 @@
 MASTER_SITES=  http://xorg.freedesktop.org/releases/individual/app/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    reed%reedmedia.net@localhost
+MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      http://xorg.freedesktop.org/
 COMMENT=       X11 client to display console messages
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index