pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/webmin



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jun  1 06:25:31 UTC 2020

Modified Files:
        pkgsrc/sysutils/webmin: Makefile

Log Message:
sysutils/webmin: fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/webmin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/webmin/Makefile
diff -u pkgsrc/sysutils/webmin/Makefile:1.50 pkgsrc/sysutils/webmin/Makefile:1.51
--- pkgsrc/sysutils/webmin/Makefile:1.50        Mon Apr 27 15:16:45 2020
+++ pkgsrc/sysutils/webmin/Makefile     Mon Jun  1 06:25:31 2020
@@ -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 @@ CONF_FILES_PERMS+=    ${WEBMIN_EGDIR}/${f} 
 .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 @@ post-extract:
        ${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