pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/monotone devel/monotone: fix REPLACE_SH
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d522851bd0d
branches: trunk
changeset: 414450:5d522851bd0d
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Mar 27 16:42:26 2020 +0000
description:
devel/monotone: fix REPLACE_SH
The shell program mtnopt uses shell functions, which are not available on
Solaris' /bin/sh.
PKGREVISON++
diffstat:
devel/monotone/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 53d3093ef6ee -r 5d522851bd0d devel/monotone/Makefile
--- a/devel/monotone/Makefile Fri Mar 27 16:36:51 2020 +0000
+++ b/devel/monotone/Makefile Fri Mar 27 16:42:26 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2019/11/03 10:39:20 rillig Exp $
+# $NetBSD: Makefile,v 1.112 2020/03/27 16:42:26 rillig Exp $
DISTNAME= monotone-1.1
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= devel scm
MASTER_SITES= http://www.monotone.ca/downloads/1.1/
EXTRACT_SUFX= .tar.bz2
@@ -31,7 +31,7 @@
CHECK_PORTABILITY_SKIP+= debian/*
REPLACE_PERL= extra/bin/mtn-cleanup
-REPLACE_SH= mtnopt
+REPLACE_SH= src/util/mtnopt.in
# The following are optional scripts for hooks. We do not replace their
# interpreter because we want to avoid a dependency on them. (Ideally they
# should be in separate packages with appropriate dependencies.)
Home |
Main Index |
Thread Index |
Old Index