diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 16:24:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 16:24:59 +0000 |
commit | afa55834c5e962dd323fc2ed407f1b02401070e8 (patch) | |
tree | c03f45c7308c7b79234e60ad363cda563300789a /www/navigator | |
parent | 375317cfe118f6c397d03bbe2a40810b3b30d634 (diff) | |
download | pkgsrc-afa55834c5e962dd323fc2ed407f1b02401070e8.tar.gz |
Whitespace fix
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index aa3d01667d5..b16e81d641a 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2002/12/08 01:54:19 mrg Exp $ +# $NetBSD: Makefile.common,v 1.59 2002/12/23 16:33:42 cjep Exp $ # # Common include file for communicator and navigator packages @@ -92,7 +92,7 @@ WRKNAME= ${DISTUNAME} VENDOR_NAME= SunOS 4.1.3 MASTER_SITES= ftp://archive.netscape.com/archive/communicator/${SUB}/ # -.elif (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") +.elif (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") PLIST_ARCH= solaris-sparc .if !exists(/emul/svr4/usr/lib/ld.so.1) PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" |