diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 13:50:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 13:50:23 +0800 |
commit | 2df0b0be3e0475f44afb4415f5fea89d3074e01e (patch) | |
tree | dab53b10c77fec063733363128dae6322f1eacab /textproc | |
parent | 644c7b7743aecd518e64fc296170ab18a22d8350 (diff) | |
download | freebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.gz freebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.zst freebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.zip |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glimpse/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell/Makefile | 4 | ||||
-rw-r--r-- | textproc/rman/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 50f1d8c7da8a..6aee3493f7c7 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -3,12 +3,12 @@ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.4 1996/05/20 08:17:37 asami Exp $ +# $Id: Makefile,v 1.5 1996/08/26 02:14:25 chuckr Exp $ # DISTNAME= glimpse-3.6.src PKGNAME= glimpse-3.6 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ EXTRACT_SUFX= .tar.Z diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index e1979a5f2193..fc6d871710bb 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,12 +3,12 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1995/11/22 21:10:19 jmz Exp $ +# $Id: Makefile,v 1.12 1995/11/26 10:47:42 asami Exp $ # DISTNAME= ispell-3.1 PKGNAME= ispell-3.1.20 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ DISTFILES= ispell-3.1.20.tar.gz diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index b1f3de41858b..71881e2fc90a 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.8 1996/06/15 06:24:19 asami Exp $ +# $Id: Makefile,v 1.9 1996/10/08 07:48:09 pst Exp $ # DISTNAME= rman-2.5a6 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z |