Improvement on example in bsd.gecko.mk.

Reviewed by:	ahze
This commit is contained in:
Jeremy Messenger 2005-12-09 03:00:30 +00:00
parent 2a5a672171
commit a762891c30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150698

View File

@ -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: