From e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 7 Jul 2003 03:54:04 +0000 Subject: Remove MAINTAINER= lines from individual Makefiles in favor of the MAINTAINER file (which already had entries for sendmail). --- MAINTAINERS | 15 --------------- bin/rmail/Makefile | 2 -- lib/libmilter/Makefile | 2 -- lib/libsm/Makefile | 2 -- lib/libsmdb/Makefile | 2 -- lib/libsmutil/Makefile | 2 -- libexec/mail.local/Makefile | 2 -- libexec/smrsh/Makefile | 2 -- share/doc/smm/08.sendmailop/Makefile | 2 -- share/sendmail/Makefile | 2 -- usr.bin/vacation/Makefile | 2 -- usr.sbin/editmap/Makefile | 2 -- usr.sbin/mailstats/Makefile | 2 -- usr.sbin/makemap/Makefile | 2 -- usr.sbin/praliases/Makefile | 2 -- usr.sbin/sendmail/Makefile | 2 -- 16 files changed, 45 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 130211f..ccb6a3a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -86,7 +86,6 @@ Please also consider removing the lines from the files listed below and stating your preferences here instead. bin/dd/Makefile:MAINTAINER= green@FreeBSD.org -bin/rmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org contrib/cvs/FREEBSD-upgrade:MAINTAINER= peter@FreeBSD.org games/fortune/datfiles/Makefile:MAINTAINER= jkh@FreeBSD.org gnu/usr.bin/cvs/Makefile:MAINTAINER= peter@FreeBSD.org @@ -98,14 +97,8 @@ gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch@FreeBSD.org lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org -lib/libmilter/Makefile:MAINTAINER= gshapiro@FreeBSD.org -lib/libsm/Makefile:MAINTAINER= gshapiro@FreeBSD.org -lib/libsmdb/Makefile:MAINTAINER= gshapiro@FreeBSD.org -lib/libsmutil/Makefile:MAINTAINER= gshapiro@FreeBSD.org lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG lib/libz/Makefile:MAINTAINER= peter@FreeBSD.org -libexec/mail.local/Makefile:MAINTAINER= gshapiro@FreeBSD.org -libexec/smrsh/Makefile:MAINTAINER= gshapiro@FreeBSD.org sbin/dhclient/Makefile.inc:MAINTAINER= murray@FreeBSD.org sbin/ffsinfo/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG sbin/growfs/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG @@ -114,8 +107,6 @@ sbin/ipfs/Makefile:MAINTAINER= darrenr@freebsd.org sbin/ipfstat/Makefile:MAINTAINER= darrenr@freebsd.org sbin/ipmon/Makefile:MAINTAINER= darrenr@freebsd.org sbin/ipnat/Makefile:MAINTAINER= darrenr@freebsd.org -share/doc/smm/08.sendmailop/Makefile:MAINTAINER= gshapiro@FreeBSD.org -share/sendmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org sys/boot/i386/cdboot/Makefile:MAINTAINER= jhb@FreeBSD.org sys/boot/i386/pxeldr/Makefile:MAINTAINER= jhb@FreeBSD.org sys/compat/svr4/Makefile:MAINTAINER= newton@freebsd.org @@ -146,18 +137,12 @@ sys/modules/usb/Makefile:MAINTAINER= n_hibma@freebsd.org sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org usr.bin/chat/Makefile:MAINTAINER= peter@freebsd.org usr.bin/locate/Makefile:MAINTAINER= wosch@FreeBSD.org -usr.bin/vacation/Makefile:MAINTAINER= gshapiro@FreeBSD.org -usr.sbin/editmap/Makefile:MAINTAINER= gshapiro@FreeBSD.org usr.sbin/inetd/Makefile:MAINTAINER= dwmalone@FreeBSD.org usr.sbin/ipftest/Makefile:MAINTAINER= darrenr@freebsd.org usr.sbin/ipresend/Makefile:MAINTAINER= darrenr@freebsd.org usr.sbin/ipsend/Makefile:MAINTAINER= darrenr@freebsd.org usr.sbin/iptest/Makefile:MAINTAINER= darrenr@freebsd.org -usr.sbin/mailstats/Makefile:MAINTAINER= gshapiro@FreeBSD.org -usr.sbin/makemap/Makefile:MAINTAINER= gshapiro@FreeBSD.org usr.sbin/ntp/doc/Makefile:MAINTAINER= sheldonh@FreeBSD.org usr.sbin/pppd/Makefile:MAINTAINER= peter@freebsd.org usr.sbin/pppstats/Makefile:MAINTAINER= peter@freebsd.org -usr.sbin/praliases/Makefile:MAINTAINER= gshapiro@FreeBSD.org -usr.sbin/sendmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 485d153..f721d8d 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail diff --git a/lib/libmilter/Makefile b/lib/libmilter/Makefile index 371933e..d75fcd4 100644 --- a/lib/libmilter/Makefile +++ b/lib/libmilter/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libmilter ${SENDMAIL_DIR}/libsm diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index 0fdc447..c8ec07b 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsm diff --git a/lib/libsmdb/Makefile b/lib/libsmdb/Makefile index a441414..bbba436 100644 --- a/lib/libsmdb/Makefile +++ b/lib/libsmdb/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsmdb diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile index 03673ca..ec23f23 100644 --- a/lib/libsmutil/Makefile +++ b/lib/libsmutil/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsmutil diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 5357d90..92a68a4 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mail.local diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 22f3a78..458d93c 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 7/2/95 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/smrsh diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile index 5770c96..a236647 100644 --- a/share/doc/smm/08.sendmailop/Makefile +++ b/share/doc/smm/08.sendmailop/Makefile @@ -1,8 +1,6 @@ # From: @(#)Makefile 8.2 (Berkeley) 2/28/94 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - VOLUME= smm/08.sendmailop SRCS= op.me MACROS= -me diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 62d1585..9574e68 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -2,8 +2,6 @@ # # Doing a make install builds /usr/share/sendmail/ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFDIR= cf CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print) diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index fcaf946..b7d5584 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/vacation diff --git a/usr.sbin/editmap/Makefile b/usr.sbin/editmap/Makefile index 4e75403..b141bfd 100644 --- a/usr.sbin/editmap/Makefile +++ b/usr.sbin/editmap/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/editmap diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile index 301691d..eddfdd9 100644 --- a/usr.sbin/mailstats/Makefile +++ b/usr.sbin/mailstats/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mailstats diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile index 15219fd..bb7de3e 100644 --- a/usr.sbin/makemap/Makefile +++ b/usr.sbin/makemap/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.4 (Berkeley) 6/10/97 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/makemap diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile index 0b99a8e..280e164 100644 --- a/usr.sbin/praliases/Makefile +++ b/usr.sbin/praliases/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/praliases diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 07a5ade..d868d34 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} -- cgit v1.1