diff options
author | asami <asami@FreeBSD.org> | 1998-02-19 12:42:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-19 12:42:50 +0000 |
commit | 5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c (patch) | |
tree | c9d6eec637e601633478cea408203152982dd674 | |
parent | 2ceef9acf555dcfa0ff63c75ae912824de56f506 (diff) | |
download | FreeBSD-ports-5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c.zip FreeBSD-ports-5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c.tar.gz |
Spell the category name correctly ("sysutils", not "sysutil"). Please
be careful, bsd.port.mk will happily create a new directory if you
misspell the name here.... ;)
-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 b71c94d..9e71340 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.2 1998/02/17 04:19:05 steve Exp $ +# $Id: Makefile,v 1.3 1998/02/19 09:51:47 obrien Exp $ # DISTNAME= pppload-1.0 -CATEGORIES= x11 net sysutil +CATEGORIES= x11 net sysutils MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/ MAINTAINER= ports@FreeBSD.ORG |