summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-06-21 02:35:53 +0000
committertv <tv@pkgsrc.org>1998-06-21 02:35:53 +0000
commit692ef8f3695eb213240d3333ea9186b6e43918d9 (patch)
tree89dfa57b02ebf8bce53a08c2f632aff41d82efb9 /shells
parent8a890805b6919bc4f72a34ea6b02027f6c4c83c0 (diff)
downloadpkgsrc-692ef8f3695eb213240d3333ea9186b6e43918d9.tar.gz
Automanpage handling.
Diffstat (limited to 'shells')
-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 )