mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
`%' isn't a sed(1) special RE character, so that there is no need to put
it into squiare brackets.
This commit is contained in:
parent
2663f8406d
commit
6da4fb96fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63123
@ -66,12 +66,11 @@ post-patch:
|
||||
@${MKDIR} ${WRKSRC}/src/libnautilus
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|[%][%]PREFIX[%][%]|${PREFIX}|g ; \
|
||||
s|[%][%]LOCALBASE[%][%]|${LOCALBASE}|g ; \
|
||||
s|[%][%]X11BASE[%][%]|${X11BASE}|g ; \
|
||||
s|[%][%]MOZILLA[%][%]|${MOZILLA}|g' \
|
||||
${WRKSRC}/src/galeon \
|
||||
${WRKSRC}/src/nautstub.c
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
||||
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
||||
s|%%X11BASE%%|${X11BASE}|g ; \
|
||||
s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon \
|
||||
${WRKSRC}/src/nautstub.c
|
||||
|
||||
pre-install:
|
||||
@-${X11BASE}/bin/gconftool --shutdown
|
||||
|
@ -66,12 +66,11 @@ post-patch:
|
||||
@${MKDIR} ${WRKSRC}/src/libnautilus
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|[%][%]PREFIX[%][%]|${PREFIX}|g ; \
|
||||
s|[%][%]LOCALBASE[%][%]|${LOCALBASE}|g ; \
|
||||
s|[%][%]X11BASE[%][%]|${X11BASE}|g ; \
|
||||
s|[%][%]MOZILLA[%][%]|${MOZILLA}|g' \
|
||||
${WRKSRC}/src/galeon \
|
||||
${WRKSRC}/src/nautstub.c
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
||||
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
||||
s|%%X11BASE%%|${X11BASE}|g ; \
|
||||
s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon \
|
||||
${WRKSRC}/src/nautstub.c
|
||||
|
||||
pre-install:
|
||||
@-${X11BASE}/bin/gconftool --shutdown
|
||||
|
Loading…
Reference in New Issue
Block a user