aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-19 14:32:32 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-19 14:32:32 +0000
commitece386a5a7652236239397be78d99451463d38f0 (patch)
treee4e88fe7584bcfa57fdb1d5b666168b91bd71116 /mail
parent115a0031ae3478df1c5632ade7373966204cf347 (diff)
downloadports-ece386a5a7652236239397be78d99451463d38f0.tar.gz
ports-ece386a5a7652236239397be78d99451463d38f0.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/smtpproxy/Makefile4
-rw-r--r--mail/smtpproxy/pkg-descr3
2 files changed, 2 insertions, 5 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile
index a3935d3b102d..5a4d6ad2fa8f 100644
--- a/mail/smtpproxy/Makefile
+++ b/mail/smtpproxy/Makefile
@@ -10,14 +10,14 @@ PORTVERSION= 1.1.3
CATEGORIES= mail
MASTER_SITES= http://www.quietsche-entchen.de/download/
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
MAN1= smtp.proxy.1
post-patch:
- @${PERL} -pi -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \
+ @${REINPLACE_CMD} -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \
s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \
${WRKSRC}/makefile
diff --git a/mail/smtpproxy/pkg-descr b/mail/smtpproxy/pkg-descr
index 120febe55c5c..921bb16d240b 100644
--- a/mail/smtpproxy/pkg-descr
+++ b/mail/smtpproxy/pkg-descr
@@ -4,6 +4,3 @@ protocol is accomplished. If commands outside the specification are
sent they are not forwarded to the server.
WWW: http://www.quietsche-entchen.de/software/smtp.proxy.html
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net