summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-27 16:42:26 +0000
committerrillig <rillig@pkgsrc.org>2020-03-27 16:42:26 +0000
commit17cd74a57a749148ce343564dbe02e9b28f04535 (patch)
tree7f77275c8b08576f3cbf12a2a020c3bb0173695f /devel
parent495d5e4ff0ffd79f3abc99940f7d8aedfb5b0f19 (diff)
downloadpkgsrc-17cd74a57a749148ce343564dbe02e9b28f04535.tar.gz
devel/monotone: fix REPLACE_SH
The shell program mtnopt uses shell functions, which are not available on Solaris' /bin/sh. PKGREVISON++
Diffstat (limited to 'devel')
-rw-r--r--devel/monotone/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 7bfa6884f99..fb90afab2ad 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -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_INTERPRETER_SKIP+= share/monotone/contrib/*
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.)