pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/star



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Nov  2 09:08:54 UTC 2022

Modified Files:
        pkgsrc/archivers/star: Makefile

Log Message:
archivers/star: Fix table processing of man pages


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/archivers/star/Makefile

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

Modified files:

Index: pkgsrc/archivers/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.62 pkgsrc/archivers/star/Makefile:1.63
--- pkgsrc/archivers/star/Makefile:1.62 Mon Oct 31 13:44:16 2022
+++ pkgsrc/archivers/star/Makefile      Wed Nov  2 09:08:54 2022
@@ -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 @@ post-build:
        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