mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Respect X11BASE
Reported by: pointyhat
This commit is contained in:
parent
fb8592f0f2
commit
cbdc7448f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178679
@ -21,6 +21,12 @@ DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
|
||||
${WRKSRC}/config/Project.tmpl \
|
||||
${WRKSRC}/config/X11.tmpl \
|
||||
${WRKSRC}/Makefile.ini
|
||||
|
||||
# Warning: we cannot use USE_IMAKE.
|
||||
do-build:
|
||||
( cd ${WRKSRC} ; make World -f Makefile.ini )
|
||||
|
@ -22,6 +22,12 @@ DOCDIR= ${PREFIX}/share/doc/ja-Wnn7-lib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
|
||||
${WRKSRC}/config/Project.tmpl \
|
||||
${WRKSRC}/config/X11.tmpl \
|
||||
${WRKSRC}/Makefile.ini
|
||||
|
||||
# Warning: we cannot use USE_IMAKE.
|
||||
do-build:
|
||||
( cd ${WRKSRC} ; make World -f Makefile.ini )
|
||||
|
Loading…
Reference in New Issue
Block a user