forked from Lainports/freebsd-ports
security/arirang: Fix patch in some envs
/nxb-bin/usr/bin/sed -i.bak -e 's/cc//nxb-bin/usr/bin/cc/g' /wrkdirs/usr/ports/security/arirang/work/arirang-2.03/extconf.rb sed: 1: "s/cc//nxb-bin/usr/bin/c ...": bad flag in substitute command: 'n'
This commit is contained in:
parent
631f9bfa82
commit
f72b2ac080
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ LDFLAGS+= -L${OPENSSLLIB}
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/cc/${CC}/g' ${WRKSRC}/extconf.rb
|
||||
${REINPLACE_CMD} -e 's#cc#${CC}#g' ${WRKSRC}/extconf.rb
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/arirang ${STAGEDIR}${PREFIX}/sbin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue