1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-Makefile.in,v 1.1 2021/01/25 09:23:07 fcambus Exp $
--- Makefile.in.orig 2013-05-31 14:20:57.000000000 +0000
+++ Makefile.in
@@ -207,11 +207,9 @@ noinst_DATA = cvsutils.spec
# The idea of the scripts below in taken from Autoconf
editsh = sed \
- -e '1s,/bin/sh,$(SHELL),g' \
-e 's,@''VERSION''@,$(VERSION),g'
editpl = sed \
- -e '1s,/usr/bin/perl,$(PERL),g' \
-e 's,-VERSION-,$(VERSION),g'
all: all-am
|