Sat Jan 12 07:43:21 2013 UTC ()
fix pkgbase name.


(obache)
diff -r1.1 -r1.2 pkgsrc/www/firefox17/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/firefox17/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox17/Attic/Makefile 2013/01/10 16:20:09 1.1
+++ pkgsrc/www/firefox17/Attic/Makefile 2013/01/12 07:43:21 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2013/01/10 16:20:09 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2013/01/12 07:43:21 obache Exp $
2 2
3.include "../../devel/xulrunner17/dist.mk" 3.include "../../devel/xulrunner17/dist.mk"
4PKGNAME= firefox17-${MOZ_BRANCH} 4PKGNAME= firefox17-${MOZ_BRANCH}
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= tnn@NetBSD.org 7MAINTAINER= tnn@NetBSD.org
8HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 8HOMEPAGE= http://www.mozilla.com/en-US/firefox/
9COMMENT= Web browser with support for extensions 9COMMENT= Web browser with support for extensions
10LICENSE= mpl-1.1 10LICENSE= mpl-1.1
11 11
12MOZILLA_DIR= # empty 12MOZILLA_DIR= # empty
13 13
14# Note: when updating remember to conditionalise about-background.png in PLIST 14# Note: when updating remember to conditionalise about-background.png in PLIST
@@ -50,28 +50,28 @@ post-build: @@ -50,28 +50,28 @@ post-build:
50INSTALLATION_DIRS+= share/applications share/pixmaps 50INSTALLATION_DIRS+= share/applications share/pixmaps
51post-install: 51post-install:
52 ${INSTALL_DATA} ${WRKDIR}/desktop \ 52 ${INSTALL_DATA} ${WRKDIR}/desktop \
53 ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}17.desktop 53 ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}17.desktop
54 ${INSTALL_DATA} ${MOZILLA_ICON} \ 54 ${INSTALL_DATA} ${MOZILLA_ICON} \
55 ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}17.png 55 ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}17.png
56 rm -f ${DESTDIR}${PREFIX}/bin/firefox 56 rm -f ${DESTDIR}${PREFIX}/bin/firefox
57 ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin/firefox17 57 ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin/firefox17
58 58
59BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=${MOZ_BRANCH} 59BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=${MOZ_BRANCH}
60BUILD_DEPENDS+= xulrunner17-${MOZ_BRANCH}{,nb*}:../../devel/xulrunner17 60BUILD_DEPENDS+= xulrunner17-${MOZ_BRANCH}{,nb*}:../../devel/xulrunner17
61.include "../../devel/xulrunner17/buildlink3.mk" 61.include "../../devel/xulrunner17/buildlink3.mk"
62PLIST_VARS+= gnome 62PLIST_VARS+= gnome
63.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) 63.if !empty(PKG_BUILD_OPTIONS.xulrunner17:Mgnome)
64CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui 64CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
65PLIST.gnome= yes 65PLIST.gnome= yes
66.else 66.else
67CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui 67CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui
68.endif 68.endif
69.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mdebug) 69.if !empty(PKG_BUILD_OPTIONS.xulrunner17:Mdebug)
70CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols 70CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols
71CONFIGURE_ARGS+= --disable-install-strip 71CONFIGURE_ARGS+= --disable-install-strip
72.else 72.else
73CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols 73CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols
74CONFIGURE_ARGS+= --enable-install-strip 74CONFIGURE_ARGS+= --enable-install-strip
75.endif 75.endif
76.include "../../sysutils/desktop-file-utils/desktopdb.mk" 76.include "../../sysutils/desktop-file-utils/desktopdb.mk"
77.include "../../mk/bsd.pkg.mk" 77.include "../../mk/bsd.pkg.mk"