- Replace a bashism in configure to fix build
Reported by: pointyhat via pav
This commit is contained in:
parent
7cd4bc4e34
commit
bd4a3af34c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199056
1 changed files with 2 additions and 3 deletions
|
@ -22,9 +22,8 @@ MAN1= ${PORTNAME}.1
|
|||
PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CFLAGS=/d;\
|
||||
s| date.*stamp| date -jf"%Y-%m-%d" "$$stamp" +"%e %B %Y|'\
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}|' ${WRKSRC}/doc/Makefile.in
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue