diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-21 10:37:54 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-21 10:37:54 +0000 |
commit | e8eb9356f0a7f3ba43887e2dff5a2647c49ef91b (patch) | |
tree | 1a66ecdf47eefbdfc393c88feab6c81fdf638570 /www/firefox10 | |
parent | 261203b7a7533cde4066226f5bc65c6c805976df (diff) | |
download | pkgsrc-e8eb9356f0a7f3ba43887e2dff5a2647c49ef91b.tar.gz |
Remove correct file, firefox10.
Fix "make package" on DragonFly/i386 3.0.1.
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 3f850fd78a2..4fd717581d1 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/15 09:02:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/21 10:37:54 ryoon Exp $ .include "../../devel/xulrunner10/dist.mk" PKGNAME= firefox10-${FIREFOX_VER} @@ -50,7 +50,7 @@ post-install: ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop ${INSTALL_DATA} ${MOZILLA_ICON} \ ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png - rm -f ${DESTDIR}${PREFIX}/bin/firefox + rm -f ${DESTDIR}${PREFIX}/bin/firefox10 ${INSTALL_SCRIPT} ${WRKDIR}/${MOZILLA} ${DESTDIR}${PREFIX}/bin BUILDLINK_API_DEPENDS.xulrunner10+= xulrunner10>=${MOZ_BRANCH}${MOZ_BRANCH_MINOR} |