summaryrefslogtreecommitdiff
path: root/chinese/celvis
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:16:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:16:36 +0000
commitb72f3823ec582474b4ab98fe3c46fecea0d4ddab (patch)
treee7fac777f914dd8d163238a4431423345c611e98 /chinese/celvis
parentRemove my ptys patch, because this code is unused, openpty is used instead (diff)
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4415
Diffstat (limited to 'chinese/celvis')
-rw-r--r--chinese/celvis/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile
index 6938df0f92d0..fd5727783bff 100644
--- a/chinese/celvis/Makefile
+++ b/chinese/celvis/Makefile
@@ -3,12 +3,12 @@
# Date created: Thur Aug 15, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.1.1.1 1996/09/23 01:50:32 chuckr Exp $
+# $Id: Makefile,v 1.2 1996/10/16 02:24:33 chuckr Exp $
#
DISTNAME= celvis
PKGNAME= cn-celvis-1.3
-CATEGORIES+= chinese editors
+CATEGORIES= chinese editors
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \
ftp://ftp.ifcss.org/pub/software/x-win/cxterm/
@@ -26,5 +26,4 @@ do-install:
ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1
.endif
-
.include <bsd.port.mk>