aboutsummaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/Makefile')
-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>