diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-18 23:47:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-18 23:47:01 +0000 |
commit | aae697a4f6fab1fc8308ee41c866ce745f59f29e (patch) | |
tree | de6e8b4a59d910b819d2e8be2e22235fbaeb00e5 /devel/cvsweb3/Makefile | |
parent | add some missing files and sort all files (diff) |
Browse two repositories by default.
local => /home/cvs
FreeBSD => /home/ncvs
Diffstat (limited to '')
-rw-r--r-- | devel/cvsweb3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index df727c7a926f..0429a8db5a54 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/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. |