mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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)
This commit is contained in:
parent
2d879d3393
commit
9844052844
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363041
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user