diff options
author | marino <marino@FreeBSD.org> | 2014-07-27 18:37:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-27 18:37:14 +0800 |
commit | ca0b252419ce151f69b58cee8116d5163c8d588e (patch) | |
tree | c4264d0666228a6c5650617b8e17d574a2ddcacf /mail/dcc-dccd | |
parent | 28bcf4f3d586b52a8ae95570c6387fd073a4a4e0 (diff) | |
download | freebsd-ports-gnome-ca0b252419ce151f69b58cee8116d5163c8d588e.tar.gz freebsd-ports-gnome-ca0b252419ce151f69b58cee8116d5163c8d588e.tar.zst freebsd-ports-gnome-ca0b252419ce151f69b58cee8116d5163c8d588e.zip |
mail/dcc-dccd: reset maintainer, but apply ports sendmail fix
This port should have been reset with the big batches. There is a
PR to update the version (184281) but stage support is not included
and nobody is stepping up to update the PR. But while here, add a
one-line fix to support building with sendmail from ports.
PR: 188903
Submitted by: Jamie Landeg-Jones
Approved by: maintainer timeout (3 months)
Approved by: portmgr (implicit, NOT_STAGED)
Diffstat (limited to 'mail/dcc-dccd')
-rw-r--r-- | mail/dcc-dccd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index b23cb8540c69..0dbcb137fef4 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \ DISTNAME= dcc-${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= cgreen@sentex.net +MAINTAINER= ports@FreeBSD.org COMMENT= Distributed Checksum Clearinghouse bulk email detector .if ! defined(PACKAGE_BUILDING) @@ -114,6 +114,7 @@ MILTERINC= ${MILTERBASE}/include MILTERLIB= ${MILTERBASE}/lib CPPFLAGS+= -I${MILTERINC} +CFLAGS+= -I${MILTERINC} LDFLAGS+= -L${MILTERLIB} CONFIGURE_ARGS+= --with-sendmail=yes |