pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/byacc
Module Name: pkgsrc
Committed By: cheusov
Date: Fri Jul 5 20:55:55 UTC 2024
Modified Files:
pkgsrc/devel/byacc: Makefile
Log Message:
Always install yacc.1 as is without compressing. This fixes build failure on some systems
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/byacc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/byacc/Makefile
diff -u pkgsrc/devel/byacc/Makefile:1.34 pkgsrc/devel/byacc/Makefile:1.35
--- pkgsrc/devel/byacc/Makefile:1.34 Wed May 31 09:30:30 2023
+++ pkgsrc/devel/byacc/Makefile Fri Jul 5 20:55:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/05/31 09:30:30 fcambus Exp $
+# $NetBSD: Makefile,v 1.35 2024/07/05 20:55:55 cheusov Exp $
#
DISTNAME= byacc-20230521
@@ -12,6 +12,9 @@ COMMENT= Berkeley Yacc
LICENSE= public-domain
GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-manpage-format=normal
+
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index