1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/less/files/patch-aa
Satoshi Asami 4c1abff30f less-237 with patches to understand Japanese. It will install itself
with prefix "j" so as not to tramp on the regular less.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-03-20 12:48:03 +00:00

12 lines
578 B
Plaintext

--- Makefile.in-orig Mon Mar 6 21:42:56 1995
+++ Makefile.in Tue Mar 7 13:52:56 1995
@@ -78,6 +78,8 @@
${INSTALL_DATA} ${srcdir}/less.hlp ${datadir}/less.hlp
${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext}
${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext}
+ rm -f ${mandir}/${manprefix}less.${manext}.gz ${mandir}/${manprefix}lesskey.${manext}.gz
+ gzip ${mandir}/${manprefix}less.${manext} ${mandir}/${manprefix}lesskey.${manext}
installdirs: mkinstalldirs
${srcdir}/mkinstalldirs ${bindir} ${datadir} ${mandir}