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

Respect X11BASE

PR:		106152
Submitted by:	laszlof
This commit is contained in:
Emanuel Haupt 2006-12-01 21:15:39 +00:00
parent f1a3ca9873
commit d87725c04f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178512

View File

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