mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
@ -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 New Issue
Block a user