diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-19 09:51:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-02-19 09:51:47 +0000 |
commit | 3ca7de7ecc3fe6d82b6c0eb228d27aeac0e0b399 (patch) | |
tree | 1ed8f9aa5ce6ff729a9ab6eb6b8d8ffb156deb74 /net/pppload | |
parent | Upgrade to 2.2.3. (diff) |
Add "net" and "sysutil" to the CATEGORIES line.
Note, this should really be moved to sysutils to be simular packages!
Notes
Notes:
svn path=/head/; revision=9826
Diffstat (limited to 'net/pppload')
-rw-r--r-- | net/pppload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile index a9a3050402b3..b71c94d8675d 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -3,11 +3,11 @@ # Date created: 30 January 1998 # Whom: Sean Cole <scole@aracnet.com> # -# $Id: Makefile,v 1.1.1.1 1998/02/16 15:25:04 steve Exp $ +# $Id: Makefile,v 1.2 1998/02/17 04:19:05 steve Exp $ # DISTNAME= pppload-1.0 -CATEGORIES= x11 +CATEGORIES= x11 net sysutil MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/ MAINTAINER= ports@FreeBSD.ORG |