diff options
author | wiz <wiz@pkgsrc.org> | 2020-05-14 13:27:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-05-14 13:27:53 +0000 |
commit | b9c78e331d7b5b181220cf9aae1c99fb41944822 (patch) | |
tree | 6b7262b18ce6853ff93f983e6229d04125a00c2f /archivers/star | |
parent | c6ab6b062cb0a190a492d52e1b7b5fb552a94a65 (diff) | |
download | pkgsrc-b9c78e331d7b5b181220cf9aae1c99fb41944822.tar.gz |
star: Fix typo in comment.
Diffstat (limited to 'archivers/star')
-rw-r--r-- | archivers/star/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 94b3dcab51a..88ac0dee1ff 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -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,${STAR_CONF:Q},' # 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" || \ |