Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/webmin sysutils/webmin: fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93649087658c
branches:  trunk
changeset: 433275:93649087658c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 01 06:25:31 2020 +0000

description:
sysutils/webmin: fix shell portability

diffstat:

 sysutils/webmin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 26cd106435a3 -r 93649087658c sysutils/webmin/Makefile
--- a/sysutils/webmin/Makefile  Mon Jun 01 06:22:00 2020 +0000
+++ b/sysutils/webmin/Makefile  Mon Jun 01 06:25:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/04/27 15:16:45 mef Exp $
+# $NetBSD: Makefile,v 1.51 2020/06/01 06:25:31 rillig Exp $
 
 .include "version.mk"
 
@@ -59,7 +59,6 @@
 .endfor
 RCD_SCRIPTS=           webmin
 
-REPLACE_SH=    update-from-repo.sh
 REPLACE_PYTHON= webmin/acme_tiny.py
 
 CHECK_INTERPRETER_SKIP+=       share/webmin/webmin-gentoo-init
@@ -74,6 +73,7 @@
        ${CP} ${FILESDIR}/man_config-dragonfly ${WRKSRC}/man/config-dragonfly
        ${CP} ${FILESDIR}/proc_config-dragonfly ${WRKSRC}/proc/config-dragonfly
        ${RM} -r ${WRKSRC}/acl/Authen-SolarisRBAC-0.1*
+       ${RM} ${WRKSRC}/update-from-repo.sh # contains lots of bashisms
 
 pre-configure:
        cd ${WRKSRC} &&                                                 \



Home | Main Index | Thread Index | Old Index