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: