pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ja-less



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 15:56:54 UTC 2020

Modified Files:
        pkgsrc/misc/ja-less: DESCR Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ja-less/DESCR
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/ja-less/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ja-less/DESCR
diff -u pkgsrc/misc/ja-less/DESCR:1.2 pkgsrc/misc/ja-less/DESCR:1.3
--- pkgsrc/misc/ja-less/DESCR:1.2       Tue May  6 17:41:59 2003
+++ pkgsrc/misc/ja-less/DESCR   Sat May 16 15:56:54 2020
@@ -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.

Index: pkgsrc/misc/ja-less/Makefile
diff -u pkgsrc/misc/ja-less/Makefile:1.13 pkgsrc/misc/ja-less/Makefile:1.14
--- pkgsrc/misc/ja-less/Makefile:1.13   Sun Nov  3 17:04:22 2019
+++ pkgsrc/misc/ja-less/Makefile        Sat May 16 15:56:54 2020
@@ -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 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 
 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