From d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 5 Jun 2006 21:24:13 +0000 Subject: - Test if ${GECKO}==firefox-devel to run post-patch, this isn't a problem right now, but as version numbers change in firefox/xulrunner/etc problems could occur since configure tests gecko version numbers. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6366 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index f7da8e889..8be9daeab 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.92 2006/05/16 18:30:32 ahze Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.93 2006/06/05 21:14:25 ahze Exp $ # PORTNAME= yelp @@ -36,7 +36,9 @@ GCONF_SCHEMAS= yelp.schemas .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" post-patch: +.if defined(GECKO) && ${GECKO}=="firefox-devel" @${REINPLACE_CMD} -e 's|firefox|${GECKO}|' \ ${WRKSRC}/configure +.endif .include -- cgit v1.2.3