1
0
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:
Rong-En Fan 2006-12-01 19:59:15 +00:00
parent 009aae5b44
commit e406b41fa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178504

View File

@ -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 | \