mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Don't fail on a read-only ${PORTSDIR}
Approved by: maintainer
This commit is contained in:
parent
87a38f41fe
commit
7a3b248f5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40379
@ -32,7 +32,7 @@ MAN1= alevtd.1 fbtv.1 propwatch.1 rootv.1 showriff.1 v4l-conf.1 \
|
||||
post-configure:
|
||||
.for M in ${SEDFILES}
|
||||
@(${SED} -e 's,^CFLAGS=,CFLAGS+=,g' ${WRKSRC}/$M/Makefile | \
|
||||
${SED} -e 's,-O2,,g' > foo && ${MV} foo ${WRKSRC}/$M/Makefile)
|
||||
${SED} -e 's,-O2,,g' > ${WRKSRC}/foo && ${MV} ${WRKSRC}/foo ${WRKSRC}/$M/Makefile)
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
|
@ -32,7 +32,7 @@ MAN1= alevtd.1 fbtv.1 propwatch.1 rootv.1 showriff.1 v4l-conf.1 \
|
||||
post-configure:
|
||||
.for M in ${SEDFILES}
|
||||
@(${SED} -e 's,^CFLAGS=,CFLAGS+=,g' ${WRKSRC}/$M/Makefile | \
|
||||
${SED} -e 's,-O2,,g' > foo && ${MV} foo ${WRKSRC}/$M/Makefile)
|
||||
${SED} -e 's,-O2,,g' > ${WRKSRC}/foo && ${MV} ${WRKSRC}/foo ${WRKSRC}/$M/Makefile)
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user