mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Respect X11BASE
Reported by: pointyhat
This commit is contained in:
parent
009aae5b44
commit
e406b41fa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178504
@ -27,6 +27,7 @@ CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure
|
||||
@${ECHO_MSG} "===> Converting DOS text files to UNIX text files"
|
||||
@${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.c" -or -name "*.h" \
|
||||
-type f -print0 | \
|
||||
|
Loading…
Reference in New Issue
Block a user