From 92fd67667ed9121a53eee706dde329893b009eb2 Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 9 Dec 2005 03:00:30 +0000 Subject: Improvement on example in bsd.gecko.mk. Reviewed by: ahze --- www/mozilla/bsd.gecko.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 4f02ae2a24f8..8b1def85f412 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -42,7 +42,15 @@ Gecko_Pre_Include= bsd.gecko.mk # as a gecko backend unless WITH_GECKO=firefox or WITH_GECKO=seamonkey # is defined by the user. # -# Your port should check the ${GECKO} variable to see which backend +# Example: +# USE_GECKO= mozilla firefox seamonkey +# .include +# .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +# post-patch: +# @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ +# ${WRKSRC}/configure +# +# If you want your port to check the ${GECKO} variable to see which backend # has been chosen. # # Example: -- cgit