mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Fix PATH in example and man file
PR: ports/136330 Submitted by: Sofian Brabez <sbrabez@gmail.com>
This commit is contained in:
parent
c619f35022
commit
b2681e7a8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238211
@ -39,8 +39,9 @@ post-extract:
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/src/config.c
|
||||
@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}|g' ${WRKSRC}/config.sample
|
||||
@${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' ${WRKSRC}/man/Makefile
|
||||
@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/config.sample
|
||||
@${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}/|g' ${WRKSRC}/man/Makefile
|
||||
@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3.man
|
||||
|
||||
# Create the manpage
|
||||
post-build:
|
||||
|
Loading…
Reference in New Issue
Block a user