diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-19 17:37:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-19 17:37:37 +0000 |
commit | 4170d0a60e007cc7ba6142af5ecea1d123ea7b7d (patch) | |
tree | a1e2ffb21188cfe2a1f29b29daa8879a7c80fb55 /www/firefox/Makefile | |
parent | 04f84c467f3b655c6c7176d50efc42f747e48d24 (diff) | |
download | pkgsrc-4170d0a60e007cc7ba6142af5ecea1d123ea7b7d.tar.gz |
Undo my previous commit to install pkgconfig (.pc) files, we should to
use CONFLICTS, because they are installing the same files...
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f9155bd41a0..ff99c1e7044 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2004/06/18 22:40:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/19 17:37:37 xtraeme Exp $ MOZILLA= firefox MOZILLA_BIN= firefox-bin MOZCONFDIR= .mozilla MOZ_VER= 0.8 -PKGREVISION= 4 +PKGREVISION= 3 EXTRACT_SUFX= .tar.bz2 DISTNAME= ${MOZILLA}-source-${MOZ_VER} MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \ |