pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Set MAINTAINER to OWNER if the latter is set.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33e1462056c5
branches:  trunk
changeset: 543327:33e1462056c5
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jun 14 08:32:33 2008 +0000

description:
Set MAINTAINER to OWNER if the latter is set.
Somehow this got lost from the original OWNER support commit.

diffstat:

 mk/bsd.pkg.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bb62fd18e870 -r 33e1462056c5 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Jun 14 05:05:36 2008 +0000
+++ b/mk/bsd.pkg.mk     Sat Jun 14 08:32:33 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1948 2008/06/12 01:09:01 joerg Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1949 2008/06/14 08:32:33 dillo Exp $
 #
 # This file is in the public domain.
 #
@@ -94,7 +94,11 @@
 DEPENDS?=              # empty
 DESCR_SRC?=            ${PKGDIR}/DESCR
 INTERACTIVE_STAGE?=    none
+.if defined(OWNER)
+MAINTAINER=${OWNER}
+.else
 MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
+.endif
 PKGWILDCARD?=          ${PKGBASE}-[0-9]*
 SVR4_PKGNAME?=         ${PKGNAME}
 WRKSRC?=               ${WRKDIR}/${DISTNAME}



Home | Main Index | Thread Index | Old Index