1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Use REINPLACE_CMD

- Reset maintainer back to ports@

PR:		39493
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (previous maintainer)
This commit is contained in:
Patrick Li 2002-06-19 14:32:32 +00:00
parent 115a0031ae
commit ece386a5a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61565
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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