aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/wbd
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-01 12:24:12 +0800
committerrafan <rafan@FreeBSD.org>2006-12-01 12:24:12 +0800
commit5e5367db21c357cf41f5fea05859140943484761 (patch)
treec5dd9c214716fbfc369eca62cbea350056e2a4eb /mbone/wbd
parent6460e9986948335b71d3bb0043bb6dd32cc92c4b (diff)
downloadfreebsd-ports-gnome-5e5367db21c357cf41f5fea05859140943484761.tar.gz
freebsd-ports-gnome-5e5367db21c357cf41f5fea05859140943484761.tar.zst
freebsd-ports-gnome-5e5367db21c357cf41f5fea05859140943484761.zip
- Now X11BASE, CC, CFLAGS is respected in files/patch-aa
Revert my changes previous, so ${MAKEFILE} will not patched twice.
Diffstat (limited to 'mbone/wbd')
-rw-r--r--mbone/wbd/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile
index feec97af1079..45122e9fa1bb 100644
--- a/mbone/wbd/Makefile
+++ b/mbone/wbd/Makefile
@@ -20,9 +20,4 @@ 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>