aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-04-04 13:44:15 +0800
committerahze <ahze@FreeBSD.org>2005-04-04 13:44:15 +0800
commite7e8565a508b1d43a1280ac69cca177d3468bcfd (patch)
treecff81f52f02cbc53ab167909f7470217c013cd70 /www/mozilla/Makefile
parenta6e1f32d23308f6cfe96ce66e5a8356578c438d3 (diff)
downloadfreebsd-ports-gnome-e7e8565a508b1d43a1280ac69cca177d3468bcfd.tar.gz
freebsd-ports-gnome-e7e8565a508b1d43a1280ac69cca177d3468bcfd.tar.zst
freebsd-ports-gnome-e7e8565a508b1d43a1280ac69cca177d3468bcfd.zip
Switch one last WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r--www/mozilla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 1e31879f28e5..485e6abb55fb 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -370,7 +370,7 @@ post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
-.if defined(WITH_MENU_ENTRY)
+.if !defined(WITHOUT_MENU_ENTRY)
@-update-desktop-database
.endif