diff options
author | grant <grant@pkgsrc.org> | 2004-05-23 01:44:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-23 01:44:58 +0000 |
commit | 04aabf8b885477677bfe994bf852082e3b5b3817 (patch) | |
tree | ee03be90aa7f5040e5786a475d97444f142dd997 /www | |
parent | 00cf8c692589022cd3da85f45f35a3ee75d39f75 (diff) | |
download | pkgsrc-04aabf8b885477677bfe994bf852082e3b5b3817.tar.gz |
g/c Firebird stuff, as all the Mozilla Firebird packages are gone now.
Diffstat (limited to 'www')
-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 |