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 /devel/libslang | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 306b106..ab7926c9 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,12 +3,12 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.5 1996/10/24 01:41:30 ache Exp $ +# $Id: Makefile,v 1.6 1996/10/25 00:51:47 ache Exp $ # DISTNAME= slang0.99-35 PKGNAME= libslang-0.99.35 -CATEGORIES+= devel +CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/ MAINTAINER= ache@FreeBSD.org |