diff options
author | tv <tv> | 1998-06-21 02:35:53 +0000 |
---|---|---|
committer | tv <tv> | 1998-06-21 02:35:53 +0000 |
commit | f93e1e92230dbc61c43b51abc388f2508a2b3bd7 (patch) | |
tree | 89dfa57b02ebf8bce53a08c2f632aff41d82efb9 /shells | |
parent | ddc24415c47bb16b52ff381c3c7237538f235a45 (diff) | |
download | pkgsrc-f93e1e92230dbc61c43b51abc388f2508a2b3bd7.tar.gz |
Automanpage handling.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
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 ) |