pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3 Don't set the maintainer unconditionally in fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0ef1fc48881
branches:  trunk
changeset: 534152:e0ef1fc48881
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 12 20:13:29 2007 +0000

description:
Don't set the maintainer unconditionally in files that are used by many
packages. Patch by Vladimir Yakovetsky in PR 37113.

diffstat:

 x11/qt3/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r d2605a40d9e9 -r e0ef1fc48881 x11/qt3/Makefile.common
--- a/x11/qt3/Makefile.common   Fri Oct 12 18:38:41 2007 +0000
+++ b/x11/qt3/Makefile.common   Fri Oct 12 20:13:29 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.22 2007/03/18 20:51:59 markd Exp $
+# $NetBSD: Makefile.common,v 1.23 2007/10/12 20:13:29 rillig Exp $
 
 QTVERSION=     3.3.8
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER?=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.trolltech.com/products/qt/



Home | Main Index | Thread Index | Old Index