diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | f923bccfbc9c5dbc02bb4bfc33dbb08c82e82d60 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /www/firefox-bin | |
parent | abfceaa9f34f03b4803de2523c207dd92b311dfe (diff) | |
download | pkgsrc-f923bccfbc9c5dbc02bb4bfc33dbb08c82e82d60.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'www/firefox-bin')
-rw-r--r-- | www/firefox-bin/Makefile.solaris-sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-bin/Makefile.solaris-sparc b/www/firefox-bin/Makefile.solaris-sparc index f209027a21d..c3bb0f706e7 100644 --- a/www/firefox-bin/Makefile.solaris-sparc +++ b/www/firefox-bin/Makefile.solaris-sparc @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.solaris-sparc,v 1.3 2007/10/07 19:58:45 dmcmahill Exp $ +# $NetBSD: Makefile.solaris-sparc,v 1.4 2007/10/09 19:19:16 martti Exp $ # Use the Solaris 8 binaries if we're not running at least Solaris 10. .if (${OPSYS} == "SunOS") && !empty(OS_VERSION:M5.1[0-9]*) DISTNAME= firefox-${MOZ_DISTVER}.en-US.solaris10-sparc EMUL_REQD= solaris>=10 MOZ_GTK2= yes -.else +.else DISTNAME= firefox-${MOZ_DISTVER}.en-US.solaris8-sparc-gtk1 EMUL_REQD= solaris>=8 .endif |