Date: Tue, 6 Nov 2012 23:00:52 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307108 - head/Mk Message-ID: <201211062300.qA6N0q0m078762@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Tue Nov 6 23:00:51 2012 New Revision: 307108 URL: http://svnweb.freebsd.org/changeset/ports/307108 Log: Fix a typo in a comment Submitted by: jlh Feature safe: yes Modified: head/Mk/bsd.gecko.mk Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Nov 6 22:54:51 2012 (r307107) +++ head/Mk/bsd.gecko.mk Tue Nov 6 23:00:51 2012 (r307108) @@ -62,7 +62,7 @@ Gecko_Pre_Include= bsd.gecko.mk # USE_GECKO= libxul libxul19 # # post-patch: -# @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ +# @${REINPLACE_CMD} -e 's|mozilla-|${GECKO}-|' \ # ${MOZSRC}/configure # # If you want your port to check the ${GECKO} variable to see which backend
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211062300.qA6N0q0m078762>