From 9a6e5a27d73b2f5807d588a9d13875ca4c34d078 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 10 Oct 2005 21:07:28 +0000 Subject: [PATCH] Remove bad grouping syntax with ${MASTER_SITE_NETBSD} which caused the last site to never be used --- net/svnc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/svnc/Makefile b/net/svnc/Makefile index f59514433535..412b7c4340bf 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -9,7 +9,7 @@ PORTNAME= svnc PORTVERSION= 0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:svnc/} \ - ${MASTER_SITE_NETBSD:S/$/:vnc/}:vnc + ${MASTER_SITE_NETBSD:S/$/:vnc/} MASTER_SITE_SUBDIR= ./:vnc trevor/:svnc DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz:svnc \ vnc-3.3.3r1_unixsrc.tgz:vnc