diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-12 20:13:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-12 20:13:29 +0000 |
commit | c31ce62a231149e600a71d5f8b96cb65135e51a5 (patch) | |
tree | aef86a397c4648464b5d77b8586153f95168e5b2 /x11/qt3 | |
parent | c54e758b05b9e85bc7f9e000a374a427e1f0440e (diff) | |
download | pkgsrc-c31ce62a231149e600a71d5f8b96cb65135e51a5.tar.gz |
Don't set the maintainer unconditionally in files that are used by many
packages. Patch by Vladimir Yakovetsky in PR 37113.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index c0ff450ea70..3c5b85a9c14 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -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 +MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |