diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-07 13:44:43 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-07 13:44:43 +0000 |
commit | f7505772b1772e18c96f25fea584246c82a7a175 (patch) | |
tree | 69dd88531646e9138208c2c91c6628996672bb11 /www | |
parent | e6af8a52fd96fdbc8bc3603fee1c2af7383aa633 (diff) | |
download | FreeBSD-ports-f7505772b1772e18c96f25fea584246c82a7a175.zip FreeBSD-ports-f7505772b1772e18c96f25fea584246c82a7a175.tar.gz |
- Actually install .desktop file in share/applications [1]
Pointed out by: krismail
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index f9a587d..f03aa87 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -343,7 +343,7 @@ do-install: ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/${MOZILLA} ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/mozilla-devel.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications post-install: @-update-desktop-database diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f9a587d..f03aa87 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -343,7 +343,7 @@ do-install: ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/${MOZILLA} ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/mozilla-devel.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications post-install: @-update-desktop-database diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index f9a587d..f03aa87 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -343,7 +343,7 @@ do-install: ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/${MOZILLA} ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/mozilla-devel.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications post-install: @-update-desktop-database |