summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:07:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:07:53 +0000
commit4b2988d9d2072f1a21fefee4f6ab51667fb486dc (patch)
tree0a9d451a44bd2eca33cebcaec679127f05737939
parentCATEGORIES+= --> CATEGORIES= (diff)
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Notes
Notes: svn path=/head/; revision=4383
-rw-r--r--editors/axe/Makefile4
-rw-r--r--editors/beav/Makefile5
-rw-r--r--editors/bpatch/Makefile4
-rw-r--r--editors/e93/Makefile4
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs19/Makefile4
-rw-r--r--editors/emacs20/Makefile4
-rw-r--r--editors/emacs22/Makefile4
-rw-r--r--editors/emacs23/Makefile4
-rw-r--r--editors/jove/Makefile4
-rw-r--r--editors/mule-common/Makefile4
-rw-r--r--editors/mule/Makefile4
-rw-r--r--editors/uemacs/Makefile4
-rw-r--r--editors/uzap/Makefile8
-rw-r--r--editors/vile/Makefile6
-rw-r--r--editors/xcoral/Makefile4
-rw-r--r--editors/xed/Makefile4
-rw-r--r--editors/xvile/Makefile6
-rw-r--r--textproc/coco/Makefile4
19 files changed, 45 insertions, 40 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile
index 92fc6f39240d..ba446f552bbb 100644
--- a/editors/axe/Makefile
+++ b/editors/axe/Makefile
@@ -3,11 +3,11 @@
# Date created: 28 December 1994
# Whom: jc@irbs.com John Capo
#
-# $Id: Makefile,v 1.2 1995/04/01 12:44:44 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/09 06:11:04 asami Exp $
#
DISTNAME= aXe-6.1.2
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/
EXTRACT_SUFX= .tar.Z
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index 269ecdd0dc5a..3f4b0a0f52e9 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -3,19 +3,18 @@
# Date created: 01 July 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.3 1996/02/23 10:55:09 adam Exp $
+# $Id: Makefile,v 1.4 1996/08/27 14:12:18 adam Exp $
#
DISTNAME= beav-140-6
PKGNAME= beav-1.40.6
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.debian.org/debian/buzz/source/editors/ \\
ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/buzz/source/editors/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
WRKSRC= ${WRKDIR}/beav-140
-
PATCH_STRIP= -p1
.include <bsd.port.mk>
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile
index 905450947cf8..9d40b04c8cfd 100644
--- a/editors/bpatch/Makefile
+++ b/editors/bpatch/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 March 1996
# Whom: joerg
#
-# $Id: Makefile,v 1.1.1.1 1996/03/18 18:54:45 joerg Exp $
+# $Id: Makefile,v 1.2 1996/03/22 00:44:02 asami Exp $
#
# Note:
# The file lacks any redistribution notice, but I know that it has
@@ -12,7 +12,7 @@
DISTNAME= bpatch
PKGNAME= bpatch-1.0
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/bpatch/
MAINTAINER= joerg@FreeBSD.org
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index bf51cdac2272..6386e541f01d 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.6 1996/06/12 02:35:37 asami Exp $
+# $Id: Makefile,v 1.7 1996/09/11 04:11:57 asami Exp $
#
DISTNAME= e93-1.2r6X
PKGNAME= e93-1.2.6
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \
ftp://crl.dec.com/pub/X11/contrib/editors/
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index e399ba08a2d8..eae58157eb1b 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,11 +3,11 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $
+# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#
DISTNAME= emacs-19.34
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index e399ba08a2d8..eae58157eb1b 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,11 +3,11 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $
+# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#
DISTNAME= emacs-19.34
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index e399ba08a2d8..eae58157eb1b 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,11 +3,11 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $
+# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#
DISTNAME= emacs-19.34
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index e399ba08a2d8..eae58157eb1b 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,11 +3,11 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $
+# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#
DISTNAME= emacs-19.34
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index e399ba08a2d8..eae58157eb1b 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,11 +3,11 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $
+# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#
DISTNAME= emacs-19.34
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index daf7cd890acd..22d9f23f9967 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -3,11 +3,11 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1996/09/24 13:41:07 erich Exp $
+# $Id: Makefile,v 1.13 1996/09/25 12:58:53 erich Exp $
#
DISTNAME= jove-4.16
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/
MAINTAINER= erich@FreeBSD.ORG
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 942146a025b7..406103d44a3f 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,11 +3,11 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.22 1995/09/15 01:41:22 asami Exp $
+# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
#
DISTNAME= mule-2.3
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
ftp://etlport.etl.go.jp/pub/mule/ \
ftp://sh.wide.ad.jp/JAPAN/mule/ \
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 942146a025b7..406103d44a3f 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,11 +3,11 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.22 1995/09/15 01:41:22 asami Exp $
+# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
#
DISTNAME= mule-2.3
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
ftp://etlport.etl.go.jp/pub/mule/ \
ftp://sh.wide.ad.jp/JAPAN/mule/ \
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index fd7046c18a98..9594158548ae 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -3,12 +3,12 @@
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.7 1996/06/26 22:02:08 gpalmer Exp $
+# $Id: Makefile,v 1.8 1996/06/26 22:25:32 gpalmer Exp $
#
DISTNAME= uemacs
PKGNAME= uemacs-3.12
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://midas.mgmt.purdue.edu/dist/uemacs312/
DISTFILES= ue312dev.zip
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
index d72cfccb5832..8a8e26e128a5 100644
--- a/editors/uzap/Makefile
+++ b/editors/uzap/Makefile
@@ -3,17 +3,19 @@
# Date created: 19 Jun 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.1.1.1 1995/06/22 21:27:26 joerg Exp $
+# $Id: Makefile,v 1.2 1996/06/11 21:52:30 asami Exp $
#
DISTNAME= uzap
PKGNAME= uzap-1.0
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/uzap/
-WRKSRC= ${WRKDIR}
+MAINTAINER= joerg@FreeBSD.org
# restrictive Copyright; the author is no longer reachable, however :-(
RESTRICTED= "Restrictive copyright."
+WRKSRC= ${WRKDIR}
+
.include <bsd.port.mk>
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 59f7327d47b8..3fb14cbd4c9c 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -3,13 +3,15 @@
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.7 1996/10/01 02:33:39 gpalmer Exp $
+# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $
#
DISTNAME= vile-6.1
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
+MAINTAINER= ports@FreeBSD.org
+
MAKEFILE= makefile
GNU_CONFIGURE= yes
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index c32f14fcb721..12594297b31a 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -3,11 +3,11 @@
# Date created:
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.1.1.1 1995/10/02 16:14:41 erich Exp $
+# $Id: Makefile,v 1.2 1996/10/10 16:01:56 erich Exp $
#
DISTNAME= xcoral-2.5
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://public.x.org/contrib/editors/
MAINTAINER= erich@FreeBSD.ORG
diff --git a/editors/xed/Makefile b/editors/xed/Makefile
index 5b9219022bea..bf06c8014732 100644
--- a/editors/xed/Makefile
+++ b/editors/xed/Makefile
@@ -3,12 +3,12 @@
# Date created: 28 Jul 1996
# Whom: shanee
#
-# $Id: Makefile,v 1.2 1996/07/30 00:10:31 chuckr Exp $
+# $Id: Makefile,v 1.3 1996/07/30 00:29:12 chuckr Exp $
#
DISTNAME= xed1.3
PKGNAME= xed-1.3
-CATEGORIES+= editors x11
+CATEGORIES= editors x11
MASTER_SITES= ftp://ftp.x.org/contrib/editors/
EXTRACT_SUFX= .tar.Z
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index bcfd528e512b..507ed01325e1 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -3,14 +3,16 @@
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $
+# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $
#
DISTNAME= vile-6.1
PKGNAME= xvile-6.1
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
+MAINTAINER= ports@FreeBSD.org
+
MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=x11
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index 942146a025b7..406103d44a3f 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -3,11 +3,11 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.22 1995/09/15 01:41:22 asami Exp $
+# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
#
DISTNAME= mule-2.3
-CATEGORIES+= editors
+CATEGORIES= editors
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
ftp://etlport.etl.go.jp/pub/mule/ \
ftp://sh.wide.ad.jp/JAPAN/mule/ \