pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/star archivers/star: Fix table processing of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25b50ccb4a09
branches:  trunk
changeset: 387590:25b50ccb4a09
user:      micha <micha%pkgsrc.org@localhost>
date:      Wed Nov 02 09:08:54 2022 +0000

description:
archivers/star: Fix table processing of man pages

diffstat:

 archivers/star/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cbd6479e8a3a -r 25b50ccb4a09 archivers/star/Makefile
--- a/archivers/star/Makefile   Wed Nov 02 08:48:08 2022 +0000
+++ b/archivers/star/Makefile   Wed Nov 02 09:08:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2022/10/31 13:44:16 micha Exp $
+# $NetBSD: Makefile,v 1.63 2022/11/02 09:08:54 micha Exp $
 
 DISTNAME=      2022-10-16
 PKGNAME=       star-1.6.2
@@ -68,8 +68,8 @@
        else                                                            \
                ${TBL} star/spax.1 >star/spax.1.tmp &&                  \
                ${MV} -f star/spax.1.tmp star/spax.1 &&                 \
-               ${TBL} star/star.4 >star/star.4.tmp &&                  \
-               ${MV} -f star/star.4.tmp star/star.4 &&                 \
+               ${TBL} star/star.5 >star/star.5.tmp &&                  \
+               ${MV} -f star/star.5.tmp star/star.5 &&                 \
                ${TOUCH} star/pkgsrc_tbl.done;                          \
        fi
 .endif



Home | Main Index | Thread Index | Old Index