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/sup | |
parent | e60d4861edf59931680528ed013fa3c075d7e1e9 (diff) | |
download | ports-510bcaa2de6fe345f19661f4b874adc150460211.tar.gz ports-510bcaa2de6fe345f19661f4b874adc150460211.zip |
Notes
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> |