mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- fix a hardcoded path (/etc/highlight)
PR: 107340 Submitted by: Bernard Buri<bsd@ask-us.at>
This commit is contained in:
parent
9753b59ae5
commit
e34c33e550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185034
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ BROKEN= Does not compile
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/etc/highlight|${DATADIR}|g' ${WRKSRC}/datadir.cpp
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/share/highlight|${DATADIR}|' ${WRKSRC}/datadir.cpp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue