diff options
author | roam <roam@FreeBSD.org> | 2006-07-14 20:13:50 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-07-14 20:13:50 +0800 |
commit | 21ce82dab1ef94ab7284f4e3e78c7f02ec92d25b (patch) | |
tree | fa8ec445973e9f8e80f585b792f2e09cdecd50f5 /mail | |
parent | 61aa666410362dd8236e1af304e90979adbb9f8a (diff) | |
download | freebsd-ports-gnome-21ce82dab1ef94ab7284f4e3e78c7f02ec92d25b.tar.gz freebsd-ports-gnome-21ce82dab1ef94ab7284f4e3e78c7f02ec92d25b.tar.zst freebsd-ports-gnome-21ce82dab1ef94ab7284f4e3e78c7f02ec92d25b.zip |
Create the qmail control/locals file if it does not exist.
Silence a couple of portlint warnings.
PR: 99914
Submitted by: garga
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vpopmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index d10cff191f65..e4de12259e04 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -16,6 +16,7 @@ COMMENT= Easy virtual domain and authentication package for use with qmail BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp + USE_QMAIL= yes CONFLICTS= vpopmail-devel-5.* @@ -221,7 +222,7 @@ CONFIGURE_ARGS+= --disable-md5-passwords .endif .if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" +BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work .endif .if defined(WITH_VALIAS) @@ -286,7 +287,7 @@ CONFIGURE_ARGS+= --disable-make-seekable #BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin #CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ # --enable-spam-threshold=${SPAM_THRESHOLD} -IGNORE= The SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code +IGNORE= has been slightly reorganized and the SpamAssassin patch is not ready yet .endif # @@ -372,5 +373,6 @@ post-install: .if defined(WITH_SUID_VCHKPW) ${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw .endif + @${TOUCH} ${QMAIL_PREFIX}/control/locals .include <bsd.port.post.mk> |