diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2008-07-15 19:02:11 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2008-07-15 19:02:11 +0000 |
commit | 68e453d8b8bc1d93cb71f05ba7565e7bfb605a96 (patch) | |
tree | 4d27c7a1d95c2e2e2d835120713cbb5503c6f1f7 /mail/sendmail | |
parent | a44a8623336e99c10ed79a90913d1488adfe0401 (diff) | |
download | pkgsrc-68e453d8b8bc1d93cb71f05ba7565e7bfb605a96.tar.gz |
- add a note that this is used mail/sendmail/Makefile
- change MAINTAINER to OWNER as I prefer to be consulted before changes
are made
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 57679de080c..45de8f1a2bf 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.46 2008/06/14 08:58:06 tron Exp $ +# $NetBSD: Makefile.common,v 1.47 2008/07/15 19:02:11 jnemeth Exp $ # # used by mail/libmilter/Makefile +# used by mail/sendmail/Makefile # DISTNAME= sendmail.${DIST_VERS} @@ -10,7 +11,7 @@ MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ ftp://ftp.ayamura.org/pub/sendmail/ -MAINTAINER= jnemeth@NetBSD.org +OWNER= jnemeth@NetBSD.org HOMEPAGE= http://www.sendmail.org/ LICENSE= sendmail-license |