diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-25 14:39:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-25 14:39:49 +0000 |
commit | ac68d7425bd60b6a7fe8e11ec28c072809b87d81 (patch) | |
tree | 84dec3e9e9eaaf888ac6307f77554c23b607a9cd /mk/bsd.pkg.mk | |
parent | 189bca8d8ea074f3ea1b00f6e2ba82169cd6e933 (diff) | |
download | pkgsrc-ac68d7425bd60b6a7fe8e11ec28c072809b87d81.tar.gz |
MAINTAINER = packages@NetBSD.ORG
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index ebdaeafacf1..15f694e3ac9 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.36 1998/01/24 23:06:33 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.37 1998/01/25 14:39:49 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -22,7 +22,8 @@ # contact information on the person(s) to contact if you have questions/ # suggestions about that specific port. By default (if no MAINTAINER # is listed), a port is maintained by the subscribers of the ports@freebsd.org -# mailing list, and any correspondece should be directed there. +# mailing list (NetBSD: packages@netbsd.org), and any correspondece +# should be directed there. # FreeBSD_MAINTAINER= asami@FreeBSD.ORG OpenBSD_MAINTAINER= joey@OpenBSD.ORG @@ -68,7 +69,8 @@ NetBSD_MAINTAINER= agc@netbsd.org # GMAKE - Set to path of GNU make if not in $PATH (default: gmake). # XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf -a ). # MAINTAINER - The e-mail address of the contact person for this port -# (default: ports@FreeBSD.ORG). +# Defaults: ports@FreeBSD.ORG (FreeBSD) +# packages@NetBSD.ORG (NetBSD) # CATEGORIES - A list of descriptive categories into which this port falls. # WRKOBJDIR - A top level directory where, if defined, the separate working # directories will get created, and symbolically linked to from @@ -741,7 +743,11 @@ _IGNOREFILES?= ${IGNOREFILES} EXTRACT_ONLY?= ${DISTFILES} # Documentation +.if (${OPSYS} == "NetBSD") +MAINTAINER?= packages@NetBSD.ORG +.else MAINTAINER?= ports@FreeBSD.ORG +.endif .if !defined(CATEGORIES) .BEGIN: |