diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-11 22:50:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-11 22:50:28 +0800 |
commit | 3ec0a440d4331a76c7a8ad0b114f868969b75ae8 (patch) | |
tree | 1443c6bd798b52fb6fcbe3893e9c25448183b57f | |
parent | c55c80d8b8935233474ed39477c8a62fbef92449 (diff) | |
download | freebsd-ports-gnome-3ec0a440d4331a76c7a8ad0b114f868969b75ae8.tar.gz freebsd-ports-gnome-3ec0a440d4331a76c7a8ad0b114f868969b75ae8.tar.zst freebsd-ports-gnome-3ec0a440d4331a76c7a8ad0b114f868969b75ae8.zip |
add webcheck
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | www/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 2b40dd3e3999..4fdd3b645be0 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -7339,6 +7339,7 @@ wdm ports/x11/wdm web2ldap ports/www/web2ldap web500gw ports/www/web500gw webalizer ports/www/webalizer +webcheck ports/www/webcheck webcopy ports/www/webcopy webcrawl ports/www/webcrawl webfonts ports/x11-fonts/webfonts diff --git a/www/Makefile b/www/Makefile index dcd292da97bf..82a5f58df167 100644 --- a/www/Makefile +++ b/www/Makefile @@ -360,6 +360,7 @@ SUBDIR += web2ldap SUBDIR += web500gw SUBDIR += webalizer + SUBDIR += webcheck SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs |