diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:13:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:13:16 +0800 |
commit | a9cec408bb426d399b1276a22e34274c50f7cc40 (patch) | |
tree | 8eb90590d887e84087afbb8c4ead000485812af0 /lang/Sather | |
parent | c575f744ba87d3b601bd505c2632055be52689b5 (diff) | |
download | freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.tar.gz freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.tar.zst freebsd-ports-gnome-a9cec408bb426d399b1276a22e34274c50f7cc40.zip |
Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index eaa016662bb7..2740a9bbae1b 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,11 +3,11 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.8 1995/04/16 21:28:20 asami Exp $ +# $Id: Makefile,v 1.9 1995/04/24 11:28:53 asami Exp $ # DISTNAME= Sather-1.0.5 -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ WRKSRC= ${WRKDIR}/Sather |