summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /shells/tcsh
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index e71f959714e6..4ca4f4bbc1d9 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -3,13 +3,15 @@
# Date created: 22 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1995/10/11 10:28:59 jkh Exp $
+# $Id: Makefile,v 1.13 1996/05/01 01:33:55 ache Exp $
#
DISTNAME= tcsh-6.06
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ee.cornell.edu/pub/tcsh/
+MAINTAINER= ache@FreeBSD.ORG
+
ALL_TARGET= all catalogs
INSTALL_TARGET= install install.man
@@ -25,6 +27,4 @@ post-install:
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat
-MAINTAINER= ache@FreeBSD.ORG
-
.include <bsd.port.mk>