diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-06 05:24:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-06 05:24:13 +0800 |
commit | d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b (patch) | |
tree | a2126b37e12dd519a1f3bd127068ed5c1dc94d27 | |
parent | fe7a502fd6b2f6b65987cb59508ab657fed43138 (diff) | |
download | marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar.gz marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar.bz2 marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar.lz marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar.xz marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.tar.zst marcuscom-ports-d47cbbd3c77f6d5fab1a62d592284e3b9fcde30b.zip |
- 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
-rw-r--r-- | x11/yelp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <sobomax@FreeBSD.org> # # $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 <bsd.port.post.mk> |