diff options
author | taya <taya@pkgsrc.org> | 2004-03-10 12:57:01 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-03-10 12:57:01 +0000 |
commit | e013f8adb205bdaf7fc385154fb2e7782c9e7367 (patch) | |
tree | f014a55f71c3a010b6c718f3f6c4f851a69d744a /www/firefox/Makefile | |
parent | d2a0bccb0720ddbb0f25d2e055f840c11481ceb4 (diff) | |
download | pkgsrc-e013f8adb205bdaf7fc385154fb2e7782c9e7367.tar.gz |
correct PLIST
remove non-exist file & not needed file
bump PKGREVISION
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b92adecc94f..30b4fdf1d44 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 17:44:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/10 12:57:01 taya Exp $ MOZILLA= firefox MOZILLA_BIN= firefox-bin MOZ_VER= 0.8 +PKGREVISION= 1 EXTRACT_SUFX= .tar.bz2 DISTNAME= ${MOZILLA}-source-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ |