diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 23:47:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 23:47:44 +0000 |
commit | a077d959ddaf5b32f8b9b20efb9379b806f9bb65 (patch) | |
tree | a6201b05e6a6bbcf929440bfc738e25c8006d704 /www/mozilla | |
parent | 6fb869a524c1371c7d849b11d50da0b5b4e1e786 (diff) |
Notes
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 8a31aebc541a..4f02ae2a24f8 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -33,7 +33,7 @@ Gecko_Pre_Include= bsd.gecko.mk # the first example. # # -# Ports shoud use the following: +# Ports should use the following: # # USE_GECKO= mozilla firefox seamonkey # The list of gecko backends that the port supports. Unless the user @@ -47,6 +47,8 @@ Gecko_Pre_Include= bsd.gecko.mk # # Example: # USE_GECKO= mozilla firefox seamonkey +# .include <bsd.port.pre.mk> +# .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" # post-patch: # .if ${GECKO}=="seamonkey" # @${REINPALCE_CMD} -e 's|mozilla-|seamonkey-|' \ |