1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Forget about X11BASE

This commit is contained in:
Emanuel Haupt 2007-06-02 15:16:14 +00:00
parent 3abbac1d8a
commit 83880f5eb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192586

View File

@ -26,6 +26,6 @@ USE_GCC= 3.4+
MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}"
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>