diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /net/wais | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index a2d6efa..cf60208 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,11 +3,11 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.8 1996/04/12 08:43:43 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/13 10:55:46 adam Exp $ # DISTNAME= freeWAIS-0.5 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ NO_PACKAGE= not yet |