diff options
author | Tom Hukins <tom@FreeBSD.org> | 2001-02-26 13:43:52 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2001-02-26 13:43:52 +0000 |
commit | cbb1efe36ac1283c7a24695fb5dd91c9c871e79c (patch) | |
tree | 6b2cf3291654e84589f1bb0e6db0d1a95aa9757b /mail/maildrop | |
parent | 07ce2555493a677924ae28b0350523757b096991 (diff) | |
download | ports-cbb1efe36ac1283c7a24695fb5dd91c9c871e79c.tar.gz ports-cbb1efe36ac1283c7a24695fb5dd91c9c871e79c.zip |
Notes
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 695507884f8e..2556d147ddbf 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" \ |