diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-22 07:41:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-22 07:41:39 +0800 |
commit | e4243577f1d5f6081fc3d75ec00c2fe413fa56ae (patch) | |
tree | 9be8c643d636582dfc57ec53ce3d048e5e6d3ab4 /www/mozilla | |
parent | 189d9b4814350133bc76e00a19306680fec35584 (diff) | |
download | freebsd-ports-gnome-e4243577f1d5f6081fc3d75ec00c2fe413fa56ae.tar.gz freebsd-ports-gnome-e4243577f1d5f6081fc3d75ec00c2fe413fa56ae.tar.zst freebsd-ports-gnome-e4243577f1d5f6081fc3d75ec00c2fe413fa56ae.zip |
Correct a typo.
Reported by: pav
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 2 | ||||
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index a6312ee6c7be..b13f4e3f3d9c 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -378,7 +378,7 @@ gecko-moz-pis-pre-install: post-install: gecko-post-install gecko-post-install: -.if !defined(PAKCAGE_BUILDING) +.if !defined(PACKAGE_BUILDING) @if [ -e ${PKGINSTALL} ] ; then \ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL; \ fi diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index c07a21a5b40f..0453f20117b3 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -59,7 +59,7 @@ Gecko_Pre_Include= bsd.gecko.mk # .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" # post-patch: # .if ${GECKO}=="seamonkey" -# @${REINPALCE_CMD} -e 's|mozilla-|seamonkey-|' \ +# @${REINPLACE_CMD} -e 's|mozilla-|seamonkey-|' \ # ${WRKSRC}/configure # .endif |