diff options
author | grant <grant> | 2004-05-23 01:44:58 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-23 01:44:58 +0000 |
commit | 57bd521d81a5a60ce72544e941438ab5595d58fe (patch) | |
tree | ee03be90aa7f5040e5786a475d97444f142dd997 | |
parent | ecad5d5abf4257b56248cdcd64a5b11f6141f3b0 (diff) | |
download | pkgsrc-57bd521d81a5a60ce72544e941438ab5595d58fe.tar.gz |
g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.
-rw-r--r-- | www/mozilla-bin/Makefile.common | 7 |
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 |