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/cvsweb/Makefile | |
parent | f1f2ef5e4eee5dc7f79a8fe9dd70335a635e7d1b (diff) | |
download | ports-aae697a4f6fab1fc8308ee41c866ce745f59f29e.tar.gz ports-aae697a4f6fab1fc8308ee41c866ce745f59f29e.zip |
Notes
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r-- | devel/cvsweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |