diff options
author | imp <imp@FreeBSD.org> | 1998-09-23 13:13:55 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-09-23 13:13:55 +0800 |
commit | a9d4f9ce858d961df2f72582e6e3e87aa85514b7 (patch) | |
tree | 46ee3c2bc5ef6dbf8cc1a76402028be2e30c6df2 /net/sup/Makefile | |
parent | bc8042ef1cf23d1ba25193a7831d9cc3cafeb05a (diff) | |
download | freebsd-ports-gnome-a9d4f9ce858d961df2f72582e6e3e87aa85514b7.tar.gz freebsd-ports-gnome-a9d4f9ce858d961df2f72582e6e3e87aa85514b7.tar.zst freebsd-ports-gnome-a9d4f9ce858d961df2f72582e6e3e87aa85514b7.zip |
o Remove MAINTAINER, who is no longer maintaining this port
o Change errno program variable to eno. Looks like this port has been
broken for a while and no one noticed.
Approved by: Old maintainer
Diffstat (limited to 'net/sup/Makefile')
-rw-r--r-- | net/sup/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index a7d4774bcc27..768e519f8a8a 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.9 1996/11/18 14:09:10 asami Exp $ +# $Id: Makefile,v 1.10 1997/04/30 03:18:07 asami Exp $ # DISTNAME= sup @@ -11,8 +11,6 @@ PKGNAME= sup-2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= gibbs@FreeBSD.org - MAN1= sup.1 MAN8= supservers.8 |