diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-01 07:47:44 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-01 07:47:44 +0800 |
commit | 0bae7639e29242b69237f7344d426a3486093f67 (patch) | |
tree | ada20bd48903b19136eb8c572c5c68471ec32278 /www | |
parent | 30e6461f4ff9db67005439301e4e14f09f94d904 (diff) | |
download | freebsd-ports-gnome-0bae7639e29242b69237f7344d426a3486093f67.tar.gz freebsd-ports-gnome-0bae7639e29242b69237f7344d426a3486093f67.tar.zst freebsd-ports-gnome-0bae7639e29242b69237f7344d426a3486093f67.zip |
- Fix typo in comments
- Add .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" to the example
Diffstat (limited to 'www')
-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-|' \ |