$OpenBSD: patch-mozilla_toolkit_mozapps_installer_packager_mk,v 1.1 2013/01/11 23:17:32 landry Exp $
--- mozilla/toolkit/mozapps/installer/packager.mk.orig	Mon Dec 17 19:47:48 2012
+++ mozilla/toolkit/mozapps/installer/packager.mk	Mon Dec 17 19:48:07 2012
@@ -890,7 +890,7 @@ ifeq (bundle,$(MOZ_FS_LAYOUT))
 	$(error "make install" is not supported on this platform. Use "make package" instead.)
 endif
 	$(NSINSTALL) -D $(DESTDIR)$(installdir)
-	(cd $(DIST)/$(MOZ_PKG_DIR) && tar --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \
+	(cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \
 	  (cd $(DESTDIR)$(installdir) && tar -xf -)
 	$(NSINSTALL) -D $(DESTDIR)$(bindir)
 	$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
