diff options
author | tom <tom@FreeBSD.org> | 2001-02-26 21:43:52 +0800 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-02-26 21:43:52 +0800 |
commit | 3db5ff8ead45f195b5f4a0df13a9e1a259460ef2 (patch) | |
tree | 5722c940c2a5f7d015c9242b3d731e4d0e739ee3 /mail/maildrop | |
parent | 78b9e54a270d6c891f38a4b3ed05690e69573fe8 (diff) | |
download | freebsd-ports-graphics-3db5ff8ead45f195b5f4a0df13a9e1a259460ef2.tar.gz freebsd-ports-graphics-3db5ff8ead45f195b5f4a0df13a9e1a259460ef2.tar.zst freebsd-ports-graphics-3db5ff8ead45f195b5f4a0df13a9e1a259460ef2.zip |
Fix typo (SGIG -> SGID) and update my address in MAINTAINER
Submitted by: Peter Brezny <peter@sysadmin-inc.com>
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 695507884f8..2556d147ddb 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -11,7 +11,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier -MAINTAINER= tom@eborcom.com +MAINTAINER= tom@FreeBSD.org # Maildrop is usually installed with gdbm extensions. If you do not # want these extensions installed, NO_GDBM must be defined. @@ -29,7 +29,7 @@ INSTALL_TARGET= install-strip # for most systems. # MAILDROP_SUID?= root -MAILDROP_SGIG?= mail +MAILDROP_SGID?= mail CONFIGURE_ARGS= --enable-syslog=1 \ --with-docdir="${PREFIX}/share/doc/maildrop" \ |