diff options
author | pat <pat@FreeBSD.org> | 2002-06-19 22:32:32 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-19 22:32:32 +0800 |
commit | 19853b1c0d086bc7723570b2a461cf4160e112b7 (patch) | |
tree | 9c97132793eb96fab7499687d3683b2cd7a50897 | |
parent | 81aa7e042f73762e0c8b26a27ebf58677ffa11af (diff) | |
download | freebsd-ports-gnome-19853b1c0d086bc7723570b2a461cf4160e112b7.tar.gz freebsd-ports-gnome-19853b1c0d086bc7723570b2a461cf4160e112b7.tar.zst freebsd-ports-gnome-19853b1c0d086bc7723570b2a461cf4160e112b7.zip |
- Use REINPLACE_CMD
- Reset maintainer back to ports@
PR: 39493
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (previous maintainer)
-rw-r--r-- | mail/smtpproxy/Makefile | 4 | ||||
-rw-r--r-- | mail/smtpproxy/pkg-descr | 3 |
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 |