diff options
author | vd <vd@FreeBSD.org> | 2006-05-09 22:30:49 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-09 22:30:49 +0800 |
commit | 21e53703a61d237be04429631f27e0eb895b69a7 (patch) | |
tree | aa23c20e5fee377d4372b4d037191cbb9732b5d0 /mail/esmtp | |
parent | b1be430e4b60bba2c6af03dd467f75e67e56e709 (diff) | |
download | freebsd-ports-gnome-21e53703a61d237be04429631f27e0eb895b69a7.tar.gz freebsd-ports-gnome-21e53703a61d237be04429631f27e0eb895b69a7.tar.zst freebsd-ports-gnome-21e53703a61d237be04429631f27e0eb895b69a7.zip |
Give maintainership to submitter and remove USE_REINPLACE
PR: ports/97030
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'mail/esmtp')
-rw-r--r-- | mail/esmtp/Makefile | 3 |
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}" |