diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-19 14:32:32 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-19 14:32:32 +0000 |
commit | ece386a5a7652236239397be78d99451463d38f0 (patch) | |
tree | e4e88fe7584bcfa57fdb1d5b666168b91bd71116 /mail/smtpproxy/Makefile | |
parent | 115a0031ae3478df1c5632ade7373966204cf347 (diff) | |
download | ports-ece386a5a7652236239397be78d99451463d38f0.tar.gz ports-ece386a5a7652236239397be78d99451463d38f0.zip |
Notes
Diffstat (limited to 'mail/smtpproxy/Makefile')
-rw-r--r-- | mail/smtpproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |