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:   wiz
Date:           Thu May 14 13:27:53 UTC 2020

Modified Files:
        pkgsrc/archivers/star: Makefile

Log Message:
star: Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/archivers/star/Makefile:1.50
--- pkgsrc/archivers/star/Makefile:1.49 Thu May 14 11:36:34 2020
+++ pkgsrc/archivers/star/Makefile      Thu May 14 13:27:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/05/14 11:36:34 micha Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/14 13:27:53 wiz Exp $
 
 DISTNAME=      schily-2020-05-11
 PKGNAME=       star-1.6.1
@@ -70,7 +70,7 @@ SUBST_SED.install+=   -e 's,STAR_CONF,${ST
 
 # Man pages with documentation of file formats should go to section 4 on
 # SysV based systems. All supported systems that are treated by schilytools
-# with "MANSTYLE= sysv" in the RULES/os-${OPSYS}.def" files must be catched
+# with "MANSTYLE= sysv" in the RULES/os-${OPSYS}.def" files must be caught
 # by this check (IRIX and OSF/1 are treated with BSD style by schilytools).
 PLIST_VARS+=   bsd sysv
 .if ${OPSYS} == "AIX" ||       \



Home | Main Index | Thread Index | Old Index