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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543493
@ -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…
Reference in New Issue
Block a user