diff options
author | adamw <adamw@FreeBSD.org> | 2004-12-23 10:23:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-12-23 10:23:45 +0800 |
commit | a56a07accd9bb48cc18ffd0888c9e0c6fa1ef288 (patch) | |
tree | b3ee5dde7c594dc01f569118e731701a511d53f0 /www | |
parent | e8e41684e8f300bbcca0075d0e749969aa4ad8f3 (diff) | |
download | freebsd-ports-gnome-a56a07accd9bb48cc18ffd0888c9e0c6fa1ef288.tar.gz freebsd-ports-gnome-a56a07accd9bb48cc18ffd0888c9e0c6fa1ef288.tar.zst freebsd-ports-gnome-a56a07accd9bb48cc18ffd0888c9e0c6fa1ef288.zip |
Enable installation of the .desktop file by default, and
ensure that ${PREFIX}/share/gnome/applications exists.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index c4bb79df5ddf..10d6f6deb06f 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -110,7 +110,7 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ JAVASCRIPT_DEBUGGER "Enable the DTD and JavaScript debuggers" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off \ SMB "Enable smb:// URI support using gnomevfs" off \ - MENU_ENTRY "Add mozilla to the GNOME menu" off + MENU_ENTRY "Add mozilla to the GNOME menu" on .include <bsd.port.pre.mk> @@ -361,6 +361,7 @@ do-install: cd ${FAKEDIR}/include/mozilla && ${FIND} . | \ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/${MOZILLA} .if defined(WITH_MENU_ENTRY) + ${MKDIR} ${PREFIX}/share/gnome/applications ${INSTALL_DATA} ${WRKDIR}/mozilla.desktop \ ${PREFIX}/share/gnome/applications .endif |