diff options
author | grant <grant> | 2003-08-14 04:56:43 +0000 |
---|---|---|
committer | grant <grant> | 2003-08-14 04:56:43 +0000 |
commit | 94ddf63ca10fb5ae928406cf7ba44914d0277423 (patch) | |
tree | 6107b947e981fcdd0c35dcb8df310af0ae0d7007 /www | |
parent | 532f91a55bbf8671670654c6bd1ca166cb570b20 (diff) | |
download | pkgsrc-94ddf63ca10fb5ae928406cf7ba44914d0277423.tar.gz |
style and whitespace nits.
Diffstat (limited to 'www')
-rw-r--r-- | www/ns-remote/Makefile | 6 |
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 |