mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Respect X11BASE
Reported by: pointyhat
This commit is contained in:
parent
a5e797e862
commit
660c050d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178343
@ -38,6 +38,8 @@ post-patch:
|
||||
${VARKON_ROOT}/cnf/ini/english/linux
|
||||
@${REINPLACE_CMD} -e 's+%%VARKON_PREFIX%%+${VARKON_PREFIX}+ ; s+%%DOCSDIR%%+${DOCSDIR}+g ' \
|
||||
${VARKON_ROOT}/com/english/varkon
|
||||
@${FIND} ${WRKSRC} -name 'Makefile.FreeBSD' -print0 | ${XARGS} -0 \
|
||||
${REINPLACE_CMD} -e 's+/usr/X11R6+${X11BASE}+g'
|
||||
do-build:
|
||||
@(cd ${WRKSRC};${SETENV} ${MAKE_ENV} ${SH} make_varkon )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user