diff options
author | markd <markd@pkgsrc.org> | 2013-04-23 22:14:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-23 22:14:46 +0000 |
commit | 183ca5f95329cf1558c08d3d6058746c572a4d39 (patch) | |
tree | 940b0e82373447417bc865e712cd445047bd1bde /www | |
parent | f7b7036f82e0ba2ed8bc4d8226c3b7fd0b45f393 (diff) | |
download | pkgsrc-183ca5f95329cf1558c08d3d6058746c572a4d39.tar.gz |
Correct the EXEC and ICON names written in the desktop file.
Bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox17/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/firefox17/Makefile b/www/firefox17/Makefile index 603917e2f40..ce8f377f8e9 100644 --- a/www/firefox17/Makefile +++ b/www/firefox17/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/02/24 14:18:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/23 22:14:46 markd Exp $ .include "../../devel/xulrunner17/dist.mk" PKGNAME= firefox17-${MOZ_BRANCH} +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -25,7 +26,7 @@ LDFLAGS.Linux= -lnspr4 .include "../../devel/xulrunner17/mozilla-common.mk" .include "options.mk" -MOZILLA=firefox +MOZILLA=firefox17 MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) MOZILLA_NAME= Firefox @@ -50,9 +51,9 @@ post-build: INSTALLATION_DIRS+= share/applications share/pixmaps post-install: ${INSTALL_DATA} ${WRKDIR}/desktop \ - ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}17.desktop + ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop ${INSTALL_DATA} ${MOZILLA_ICON} \ - ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}17.png + ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png rm -f ${DESTDIR}${PREFIX}/bin/firefox ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin/firefox17 |