Fix the REINPLACE_CMD
Submitted by: Krzysztof Stryjek <wtp@mud.pl> Big pointy hat: arved
This commit is contained in:
parent
97cc26f654
commit
f02e0d0a70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86613
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
|||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
REINPLACE_ARGS= # empty
|
||||
REINPLACE_ARGS= -i ""
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
|||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
REINPLACE_ARGS= # empty
|
||||
REINPLACE_ARGS= -i ""
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
|||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
REINPLACE_ARGS= # empty
|
||||
REINPLACE_ARGS= -i ""
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
|
|
Loading…
Reference in a new issue