diff options
author | jdp <jdp@FreeBSD.org> | 1996-11-02 01:02:06 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-11-02 01:02:06 +0800 |
commit | b00d9ca9e3545811b47ce894431a93b11c20f4c6 (patch) | |
tree | 70dacaa0e99962baea2d4d77b170e176149bb435 /net | |
parent | 98142330bc3e097845722c88c65782485bdb17f2 (diff) | |
download | freebsd-ports-gnome-b00d9ca9e3545811b47ce894431a93b11c20f4c6.tar.gz freebsd-ports-gnome-b00d9ca9e3545811b47ce894431a93b11c20f4c6.tar.zst freebsd-ports-gnome-b00d9ca9e3545811b47ce894431a93b11c20f4c6.zip |
Add "devel" to the CATEGORIES.
Submitted by: asami@freebsd.org
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index b8f47cc11cdd..f3d7d7f54295 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,10 +3,11 @@ # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.10 1996/10/29 23:26:23 jdp Exp $ +# $Id: Makefile,v 1.11 1996/11/01 04:14:04 jdp Exp $ # DISTNAME= cvsup-13.5 +CATEGORIES+= devel CATEGORIES+= net MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ |