pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug  6 18:49:32 UTC 2024

Modified Files:
        pkgsrc/shells/bash: Makefile

Log Message:
shells/bash: Pacify pkglint with TEXINFO_REQD+=, not TEXINFO_REQD=.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/shells/bash/Makefile

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

Modified files:

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.114 pkgsrc/shells/bash/Makefile:1.115
--- pkgsrc/shells/bash/Makefile:1.114   Tue Aug  6 18:49:06 2024
+++ pkgsrc/shells/bash/Makefile Tue Aug  6 18:49:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2024/08/06 18:49:06 riastradh Exp $
+# $NetBSD: Makefile,v 1.115 2024/08/06 18:49:31 riastradh Exp $
 
 BASH_VERSION=          5.2
 BASH_PATCHLEVEL=       26
@@ -23,7 +23,7 @@ COMMENT=      The GNU Bourne Again Shell
 LICENSE=       gnu-gpl-v3
 
 USE_TOOLS+=            makeinfo bison
-TEXINFO_REQD=          4.1
+TEXINFO_REQD+=         4.1
 GNU_CONFIGURE=         yes
 MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
 CONFIGURE_ARGS=                LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}



Home | Main Index | Thread Index | Old Index