diff options
-rw-r--r-- | net/cap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 29ade49ce0ac..37a7222a8066 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Nov 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/12/01 12:08:47 max Exp $ # DISTNAME= cap60.pl100 @@ -25,8 +25,6 @@ PATCH_SITES= ftp://ftp-ns.rutgers.edu/pub/cap/cap.patches/ \ PATCHFILES= cap60.patch193 cap60.patch194 cap60.patch195 cap60.patch196 \ cap60.patch197 cap60.patch198 -MAINTAINER= max@FreeBSD.ORG - NO_CDROM= "Don't sell for profit" WRKSRC= ${WRKDIR}/cap60 DIST_SUBDIR= cap60 |