Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ja-less misc/ja-less: remove no-op file from SUBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8475d4ad2a58
branches:  trunk
changeset: 431796:8475d4ad2a58
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 15:56:54 2020 +0000

description:
misc/ja-less: remove no-op file from SUBST_FILES

diffstat:

 misc/ja-less/DESCR    |  17 +++++++----------
 misc/ja-less/Makefile |   4 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (40 lines):

diff -r f1771b52cdc8 -r 8475d4ad2a58 misc/ja-less/DESCR
--- a/misc/ja-less/DESCR        Sat May 16 15:52:15 2020 +0000
+++ b/misc/ja-less/DESCR        Sat May 16 15:56:54 2020 +0000
@@ -1,11 +1,8 @@
-       Less  is  a  program similar to more (1), but which allows
-       backward movement in the file as well as forward movement.
-       Also,  less  does  not  have to read the entire input file
-       before starting, so with large input files  it  starts  up
-       faster  than  text editors like vi (1).
+Less is a program similar to more (1), but which allows backward movement
+in the file as well as forward movement. Also, less does not have to read
+the entire input file before starting, so with large input files it
+starts up faster than text editors like vi (1).
 
-  This enhanced less support ISO 2022 code extension techniqes and
-Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file
-viewing. The author of this patch is jam%pobox.com@localhost. See
-    http://www.pobox.com/~jam/less/
-for the latest info.
+This enhanced less support ISO 2022 code extension techniqes and Japanese
+codes(EUC Japanese, SJIS) and compressed(or gzipped) file viewing. The
+author of this patch is jam%pobox.com@localhost.
diff -r f1771b52cdc8 -r 8475d4ad2a58 misc/ja-less/Makefile
--- a/misc/ja-less/Makefile     Sat May 16 15:52:15 2020 +0000
+++ b/misc/ja-less/Makefile     Sat May 16 15:56:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 17:04:22 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/16 15:56:54 rillig Exp $
 
 DISTNAME=      less-382
 PKGNAME=       ja-${DISTNAME}.262.03
@@ -25,7 +25,7 @@
 
 SUBST_CLASSES+=                cfgdir
 SUBST_STAGE.cfgdir=    post-configure
-SUBST_FILES.cfgdir=    less.nro lesskey.nro
+SUBST_FILES.cfgdir=    less.nro
 SUBST_SED.cfgdir=      -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|'
 
 .include "../../mk/termcap.buildlink3.mk"



Home | Main Index | Thread Index | Old Index