1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Respect CC, CFLAGS

- Respect X11BASE [1]

Reported by:	pointyhat [1]
This commit is contained in:
Rong-En Fan 2006-11-30 11:42:08 +00:00
parent 787e8dbf9e
commit 053e370b71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178327

View File

@ -20,4 +20,9 @@ PLIST_FILES= bin/wbd
WRKSRC= ${WRKDIR}/wbd
MAKEFILE= makefile
post-patch:
@${REINPLACE_CMD} -e 's,^CC.*=,CC ?=,' -e 's,^CFLAGS.*=,CFLAGS +=,' \
-e 's,/usr/X11R6,${X11BASE},g' \
${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>