From aae697a4f6fab1fc8308ee41c866ce745f59f29e Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 18 Jul 2000 23:47:01 +0000 Subject: Browse two repositories by default. local => /home/cvs FreeBSD => /home/ncvs --- devel/cvsweb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/cvsweb/Makefile') diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index df727c7a926f..0429a8db5a54 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) -CVSROOT= /home/ncvs +CVSROOT= /home/cvs .endif # Specify the title of your cvsweb site. -- cgit v1.2.3