1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Browse two repositories by default.

local	=> /home/cvs
	FreeBSD	=> /home/ncvs
This commit is contained in:
Akinori MUSHA 2000-07-18 23:47:01 +00:00
parent f1f2ef5e4e
commit aae697a4f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30806
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.