aboutsummaryrefslogtreecommitdiff
path: root/mail/esmtp
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-05-09 14:30:49 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-05-09 14:30:49 +0000
commitf44f40d07e1e52559605a6db4cecaddb4bc1b557 (patch)
tree47660dcecc40831acb118ab02089d69ca4770c6a /mail/esmtp
parent572e90b05daf42df1b3f559c5ce5fb0f0df8ae69 (diff)
downloadports-f44f40d07e1e52559605a6db4cecaddb4bc1b557.tar.gz
ports-f44f40d07e1e52559605a6db4cecaddb4bc1b557.zip
Give maintainership to submitter and remove USE_REINPLACE
PR: ports/97030 Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes: svn path=/head/; revision=161814
Diffstat (limited to 'mail/esmtp')
-rw-r--r--mail/esmtp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile
index d48e069af6cf..614b3ee90fc9 100644
--- a/mail/esmtp/Makefile
+++ b/mail/esmtp/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= shaun@inerd.com
COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
@@ -20,7 +20,6 @@ USE_BZIP2= yes
USE_OPENSSL= yes
USE_BISON= yes
USE_GETOPT_LONG= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"