summaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-06-21 02:35:53 +0000
committertv <tv>1998-06-21 02:35:53 +0000
commit52480ab8f8c1f0fef0dbb0c49792a748a0fe785a (patch)
tree89dfa57b02ebf8bce53a08c2f632aff41d82efb9 /shells/tcsh/Makefile
parent0fb40bed63878223e45cbec24320d50c71573d6a (diff)
downloadpkgsrc-52480ab8f8c1f0fef0dbb0c49792a748a0fe785a.tar.gz
Automanpage handling.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r--shells/tcsh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 07353176dc8..bebf0abd2d5 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:33 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/21 02:35:53 tv Exp $
# FreeBSD Id: Makefile,v 1.17 1996/12/17 05:18:09 asami Exp
#
@@ -13,7 +13,6 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= all catalogs
INSTALL_TARGET= install install.man
-MAN1= tcsh.1
post-patch:
( cd ${WRKSRC}/nls/greek ; for i in * ; do ${ECHO} $$i ; ${MV} $$i $$i.BAK ; ${SED} -e 's/\\"/"/g' -e "s/\\\'/'/g" <$$i.BAK >$$i ; done )