summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-31 13:19:49 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-31 13:19:49 +0000
commitba090a64601229672696223986cf319e9f2d3b1f (patch)
tree3055c1c5993a33dab75c1f39e7e77b0cf3fb459e /mail
parentUpdate to 1.4. (diff)
Utilize CONFLICTS
Fix trigraphs warnings PR: ports/69844 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=115147
Diffstat (limited to 'mail')
-rw-r--r--mail/masqmail-devel/Makefile3
-rw-r--r--mail/masqmail/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/masqmail-devel/Makefile b/mail/masqmail-devel/Makefile
index bf4ac5298286..5d8978c2d1bc 100644
--- a/mail/masqmail-devel/Makefile
+++ b/mail/masqmail-devel/Makefile
@@ -13,10 +13,13 @@ MASTER_SITES= http://innominate.org/kurth/masqmail/download/
MAINTAINER= vasallia@ukr.net
COMMENT= Mail server for hosts, not permanently connected to the internet
+CONFLICTS= masqmail-0.1*
+
MAN5= masqmail.aliases.5 masqmail.conf.5 masqmail.get.5 masqmail.route.5
MAN8= masqmail.8 mservdetect.8
GNU_CONFIGURE= yes
+CFLAGS+= -Wno-trigraphs
CONFIGURE_ARGS+= --mandir=${PREFIX}/man --with-user=mailnull --with-group=mail \
--with-confdir=${PREFIX}/etc/masqmail --with-logdir=/var/log/masqmail
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/mail/masqmail/Makefile b/mail/masqmail/Makefile
index f5dc4de3e208..8ae4efe99128 100644
--- a/mail/masqmail/Makefile
+++ b/mail/masqmail/Makefile
@@ -14,10 +14,13 @@ DISTNAME= MasqMail-${PORTVERSION}
MAINTAINER= vasallia@ukr.net
COMMENT= Mail server for hosts, not permanently connected to the internet
+CONFLICTS= masqmail-0.2*
+
MAN5= masqmail.aliases.5 masqmail.conf.5 masqmail.get.5 masqmail.route.5
MAN8= masqmail.8
GNU_CONFIGURE= yes
+CFLAGS+= -Wno-trigraphs
CONFIGURE_ARGS+= --mandir=${PREFIX}/man --with-user=mailnull --with-group=mail \
--with-conffile=${PREFIX}/etc/masqmail --with-logdir=/var/log/masqmail