diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-07-26 18:17:00 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-07-26 18:17:00 +0000 |
commit | 521370ce3635a5e5ae2b2dfbfa1e79e9b76ce955 (patch) | |
tree | ad40472a273d14373fd25c247fd57ee226b6ea3f /devel/Makefile | |
parent | Move net/cvsweb's category to ports/devel. (diff) |
Move category from net to devel.
Cope with package-build time problem.
Requested by: hoek
Notes
Notes:
svn path=/head/; revision=20354
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index e13681631b5d..3c104145c89f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.204 1999/07/21 11:23:16 marcel Exp $ +# $Id: Makefile,v 1.205 1999/07/21 15:37:56 marcel Exp $ # SUBDIR += ElectricFence @@ -32,6 +32,7 @@ SUBDIR += ctags SUBDIR += cutils SUBDIR += cvslines + SUBDIR += cvsweb SUBDIR += cweb SUBDIR += cxref SUBDIR += ddd |