mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Browse two repositories by default.
local => /home/cvs FreeBSD => /home/ncvs
This commit is contained in:
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
|
@ -19,7 +19,7 @@ NO_BUILD= yes
|
||||||
# Specify where your repository belongs.
|
# Specify where your repository belongs.
|
||||||
# (You can reconfigure it after installation anyway)
|
# (You can reconfigure it after installation anyway)
|
||||||
.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
|
.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
|
||||||
CVSROOT= /home/ncvs
|
CVSROOT= /home/cvs
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Specify the title of your cvsweb site.
|
# Specify the title of your cvsweb site.
|
||||||
|
|
|
@ -19,7 +19,7 @@ NO_BUILD= yes
|
||||||
# Specify where your repository belongs.
|
# Specify where your repository belongs.
|
||||||
# (You can reconfigure it after installation anyway)
|
# (You can reconfigure it after installation anyway)
|
||||||
.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
|
.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
|
||||||
CVSROOT= /home/ncvs
|
CVSROOT= /home/cvs
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Specify the title of your cvsweb site.
|
# Specify the title of your cvsweb site.
|
||||||
|
|
Loading…
Add table
Reference in a new issue