diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 10:19:40 +0800 |
commit | 99df43bf1336afac77ff9926acf7893da84f2186 (patch) | |
tree | 9999e9819d03eba09ced920e326c13b87718436c /lang/itcl | |
parent | 5c40e6d58c96aabdf311daa6728225174bf63001 (diff) | |
download | freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.gz freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.tar.zst freebsd-ports-gnome-99df43bf1336afac77ff9926acf7893da84f2186.zip |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 6c921280df8d..2e2d2f4c22f5 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,12 +3,12 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.13 1996/08/25 23:47:09 chuckr Exp $ +# $Id: Makefile,v 1.14 1996/08/26 03:00:41 chuckr Exp $ # DISTNAME= itcl2.1 PKGNAME= itcl-2.1 -CATEGORIES+= lang +CATEGORIES= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= chuckr@freebsd.org |