summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorgrant <grant>2004-05-23 01:44:58 +0000
committergrant <grant>2004-05-23 01:44:58 +0000
commit57bd521d81a5a60ce72544e941438ab5595d58fe (patch)
treeee03be90aa7f5040e5786a475d97444f142dd997 /www/mozilla-bin
parentecad5d5abf4257b56248cdcd64a5b11f6141f3b0 (diff)
downloadpkgsrc-57bd521d81a5a60ce72544e941438ab5595d58fe.tar.gz
g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common
index 6ca3cc3bd04..45e877a7d0a 100644
--- a/www/mozilla-bin/Makefile.common
+++ b/www/mozilla-bin/Makefile.common
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile.common,v 1.16 2004/05/23 01:44:10 grant Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/05/23 01:44:58 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
CATEGORIES= www
-.if ${MOZILLA} == "MozillaFirebird"
-MOZILLA_SHORT= firebird
-MOZ_DIR= ${MOZ_VER}
-.elif ${MOZILLA} == "mozilla"
+.if ${MOZILLA} == "mozilla"
MOZILLA_SHORT= ${MOZILLA}
MOZ_DIR= mozilla${MOZ_VER}
.else