summaryrefslogtreecommitdiff
path: root/www/ns-remote
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-08-14 04:56:43 +0000
committergrant <grant@pkgsrc.org>2003-08-14 04:56:43 +0000
commit4a59eff40485a5cd4379ccde2aca15b921809aea (patch)
tree6107b947e981fcdd0c35dcb8df310af0ae0d7007 /www/ns-remote
parent0dab73ff9dd39c8e0c3fff857448e1180167373e (diff)
downloadpkgsrc-4a59eff40485a5cd4379ccde2aca15b921809aea.tar.gz
style and whitespace nits.
Diffstat (limited to 'www/ns-remote')
-rw-r--r--www/ns-remote/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile
index 972e41b2546..f1864c0945e 100644
--- a/www/ns-remote/Makefile
+++ b/www/ns-remote/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/08/14 04:55:58 grant Exp $
+# $NetBSD: Makefile,v 1.18 2003/08/14 04:56:43 grant Exp $
DISTNAME= ns-remote
PKGNAME= ns-remote-1.9
@@ -10,14 +10,14 @@ MAINTAINER= norm@mono.org
HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html
COMMENT= Remote-control of Netscape and Mozilla-based browsers
-DIST_SUBDIR= netscape
+DIST_SUBDIR= netscape
USE_BUILDLINK2= # defined
USE_X11= # defined
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == SunOS)
+.if ${OPSYS} == "SunOS"
LDFLAGS+= -lsocket -lnsl
.endif