diff options
author | asami <asami@FreeBSD.org> | 1998-02-19 20:42:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-19 20:42:50 +0800 |
commit | 5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c (patch) | |
tree | c9d6eec637e601633478cea408203152982dd674 /net/pppload/Makefile | |
parent | 2ceef9acf555dcfa0ff63c75ae912824de56f506 (diff) | |
download | freebsd-ports-gnome-5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c.tar.gz freebsd-ports-gnome-5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c.tar.zst freebsd-ports-gnome-5f2c3cf9b2cf19d1c6d6c1d834ffd503854a783c.zip |
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.... ;)
Diffstat (limited to 'net/pppload/Makefile')
-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 b71c94d8675d..9e71340234f1 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 |