diff options
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index d7903804bcd2..64e58033fb7f 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -3,13 +3,14 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/04/15 19:03:57 asami Exp $ +# $Id: Makefile,v 1.5 1995/08/14 08:49:08 gibbs Exp $ # DISTNAME= sup -MAINTAINER= gibbs@FreeBSD.org PKGNAME= sup-2.0 +CATEGORIES+= net MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ -CATEGORIES+= networking + +MAINTAINER= gibbs@FreeBSD.org .include <bsd.port.mk> |