diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-04 13:44:15 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-04 13:44:15 +0800 |
commit | e7e8565a508b1d43a1280ac69cca177d3468bcfd (patch) | |
tree | cff81f52f02cbc53ab167909f7470217c013cd70 /www/mozilla/Makefile | |
parent | a6e1f32d23308f6cfe96ce66e5a8356578c438d3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |