diff options
author | mezz <mezz@FreeBSD.org> | 2005-12-09 11:00:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-12-09 11:00:30 +0800 |
commit | 92fd67667ed9121a53eee706dde329893b009eb2 (patch) | |
tree | 1c54d98e2f25ed3ad0bdea1e50136d0bc230d282 /www/mozilla | |
parent | 4646bba8d6ffbe0355b7fb3d651a1bf13e4c384a (diff) | |
download | freebsd-ports-gnome-92fd67667ed9121a53eee706dde329893b009eb2.tar.gz freebsd-ports-gnome-92fd67667ed9121a53eee706dde329893b009eb2.tar.zst freebsd-ports-gnome-92fd67667ed9121a53eee706dde329893b009eb2.zip |
Improvement on example in bsd.gecko.mk.
Reviewed by: ahze
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 10 |
1 files changed, 9 insertions, 1 deletions
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 <bsd.port.pre.mk> +# .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: |