diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-07-26 22:12:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-07-26 22:12:14 +0000 |
commit | b7e1d73495991b85081948faeedbbaaccca3357e (patch) | |
tree | 01cf1725e56695a2e57e75e8ac3cc1e7df32176a /net/rinetd | |
parent | 1f4bfb6e9dca202382193aeadc964c047ccc5ef7 (diff) | |
download | ports-b7e1d73495991b85081948faeedbbaaccca3357e.tar.gz ports-b7e1d73495991b85081948faeedbbaaccca3357e.zip |
Notes
Diffstat (limited to 'net/rinetd')
-rw-r--r-- | net/rinetd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 36022db5767c..91d7b94db700 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -32,6 +32,7 @@ post-patch: ${WRKSRC}/rinetd.[8c] @${REINPLACE_CMD} -E "s,/usr(/sbin/rinetd),${PREFIX}\1," \ ${WRKSRC}/rinetd.8 + @${REINPLACE_CMD} -e "s/cc /${CC} /g" ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) |