diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-06-11 21:27:28 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-06-11 21:27:28 +0000 |
commit | fa2a9e524495dfacf27029b8f8598f476c1319dc (patch) | |
tree | ec5f00ae7acf1f96e308dda5f96153803e43bf30 | |
parent | 84a693f9295919a34955ad7fabad1233751f0b07 (diff) | |
download | ports-fa2a9e524495dfacf27029b8f8598f476c1319dc.tar.gz ports-fa2a9e524495dfacf27029b8f8598f476c1319dc.zip |
Notes
-rw-r--r-- | mail/smtpproxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile index fa6dbd26b3fc..da9e376a643f 100644 --- a/mail/smtpproxy/Makefile +++ b/mail/smtpproxy/Makefile @@ -18,6 +18,8 @@ MAKEFILE= makefile MAN1= smtp.proxy.1 +FORBIDDEN= "format string vulnerability" + post-patch: @${REINPLACE_CMD} -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \ s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \ |