From 27ee19e3da0e45f15fdf618630e412d768119514 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Oct 2002 15:24:22 +0000 Subject: Make more readable, and fix right hand side of DEPENDS. --- www/netscape/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/netscape') diff --git a/www/netscape/Makefile b/www/netscape/Makefile index 141ba882bf2..932c2fb3af4 100644 --- a/www/netscape/Makefile +++ b/www/netscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/09/20 17:00:41 abs Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/13 15:24:22 wiz Exp $ # COMMENT= Open new communicator, navigator, or mozilla window @@ -18,7 +18,7 @@ NETSCAPE_PREFERRED=communicator:navigator:mozilla:netscape7 .endif DEPENDS+= ns-remote>=1.3:../../www/ns-remote -DEPENDS+={${NETSCAPE_PREFERRED:C:\::,:g}}-[0-9]*:../../www/${NETSCAPE_PREFERRED:S:\:.*::} +DEPENDS+={${NETSCAPE_PREFERRED:C/:/,/g}}-[0-9]*:../../www/${NETSCAPE_PREFERRED:C/:.*//} DISTFILES= # empty MASTER_SITES= # empty -- cgit v1.2.3