From e5a4bbb4e1131e31436e0264d7df0125f1da3869 Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 14 Jun 2008 08:32:33 +0000 Subject: Set MAINTAINER to OWNER if the latter is set. Somehow this got lost from the original OWNER support commit. --- mk/bsd.pkg.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 7c504cecca6..2fde943baf7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ COMMENT?= (no description) DEPENDS?= # empty DESCR_SRC?= ${PKGDIR}/DESCR INTERACTIVE_STAGE?= none +.if defined(OWNER) +MAINTAINER=${OWNER} +.else MAINTAINER?= pkgsrc-users@NetBSD.org +.endif PKGWILDCARD?= ${PKGBASE}-[0-9]* SVR4_PKGNAME?= ${PKGNAME} WRKSRC?= ${WRKDIR}/${DISTNAME} -- cgit v1.2.3