1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Utilize CONFLICTS

Fix trigraphs warnings

PR:		ports/69844
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2004-07-31 13:19:49 +00:00
parent 8c4405b11c
commit ba090a6460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115147
2 changed files with 6 additions and 0 deletions

View File

@ -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}

View File

@ -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