ff2100be25
pkgsrc-specific changes: we are now using upstream's formal release archive, which means a configure script is provided, so we aren't pulling in a bunch of tool dependencies just to generate such. Change log: Brian Bidulock <bidulock@openss7.org> (16): reformat TODO generate NEWS better update for gettext 0.20.1 to fix issue #23 update release notes generate NOTES and TODO place filename last in sed command update build process have better defaults now gcc 9.1 too agressive on array-bounds warnings ignore release products generate release notes on dist handle annotated tags better when generating NEWS update po files ignore lz files update release files update release files
15 lines
554 B
Text
15 lines
554 B
Text
$NetBSD: patch-doc_sl__SI_Makefile.in,v 1.1 2019/10/08 02:59:59 gutteridge Exp $
|
|
|
|
Avoid a variable specific to GNU make.
|
|
|
|
--- doc/sl_SI/Makefile.in.orig 2019-09-06 09:55:04.000000000 +0000
|
|
+++ doc/sl_SI/Makefile.in
|
|
@@ -587,7 +587,7 @@ blackbox.1: blackbox.1.in
|
|
$(SED) -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
|
|
-e "s,@pkgdatadir@,$(pkgdatadir)," \
|
|
-e "s,@version@,$(VERSION)," \
|
|
- $< > $@
|
|
+ blackbox.1.in > $@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|