diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
commit | 510bcaa2de6fe345f19661f4b874adc150460211 (patch) | |
tree | 13b1dd128e794add7444bb39fc28dfcfc2237596 /net/samba-devel | |
parent | Move utils to misc. Add www. (diff) |
Change "networking" to "net".
Notes
Notes:
svn path=/head/; revision=2485
Diffstat (limited to 'net/samba-devel')
-rw-r--r-- | net/samba-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 4674d46dc9ef..bfd836d378c2 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -3,11 +3,11 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $ +# $Id: Makefile,v 1.7 1995/10/06 03:16:40 gpalmer Exp $ # DISTNAME= samba-1.9.14 -CATEGORIES+= networking +CATEGORIES+= net MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ WRKSRC= ${WRKDIR}/${DISTNAME}/source |