diff options
author | ache <ache@FreeBSD.org> | 1995-06-17 12:48:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-17 12:48:16 +0800 |
commit | 2dbeb296022abd81d52d537d4595a72de9eb387b (patch) | |
tree | 554549bd6bff717fc5add86c436dd12a26771de4 /shells/tcsh/Makefile | |
parent | 3beff41ad25a4e6cce412b31c6c48d5ea007d5a2 (diff) | |
download | freebsd-ports-gnome-2dbeb296022abd81d52d537d4595a72de9eb387b.tar.gz freebsd-ports-gnome-2dbeb296022abd81d52d537d4595a72de9eb387b.tar.zst freebsd-ports-gnome-2dbeb296022abd81d52d537d4595a72de9eb387b.zip |
Upgrade. French and german message catalogs available now.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 4c7b9a1a4100..f228ef8b131b 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,15 +1,25 @@ # New ports collection makefile for: tcsh -# Version required: 6.05 +# Version required: 6.06 # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/04/11 19:26:35 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/06 15:19:43 ache Exp $ # -DISTNAME= tcsh-6.05 +DISTNAME= tcsh-6.06 CATEGORIES+= shells MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ +ALL_TARGET= all catalogs +INSTALL_TARGET= install install.man + +post-install: + chown bin.bin ${PREFIX}/bin/tcsh + chown bin.bin ${PREFIX}/man/man1/tcsh.1 + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat + MAINTAINER= ache@FreeBSD.ORG .include <bsd.port.mk> |