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) Reduce pkglint Error...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3898cb12427
branches:  trunk
changeset: 438390:b3898cb12427
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 07 10:42:44 2020 +0000

description:
(sysutils/webmin) Reduce pkglint Error/Warnings

diffstat:

 sysutils/webmin/Makefile |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (37 lines):

diff -r 689df780888f -r b3898cb12427 sysutils/webmin/Makefile
--- a/sysutils/webmin/Makefile  Mon Sep 07 10:40:22 2020 +0000
+++ b/sysutils/webmin/Makefile  Mon Sep 07 10:42:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/09/06 02:38:53 mef Exp $
+# $NetBSD: Makefile,v 1.56 2020/09/07 10:42:44 mef Exp $
 
 .include "version.mk"
 
@@ -32,17 +32,17 @@
 BUILD_DEFS+=           VARBASE
 
 # patching always fails due to version is written closed the patching line,
-SUBST_CLASSES+=         os
-SUBST_STAGE.os=         pre-configure
-SUBST_FILES.os=         man/module.info init/module.info
-SUBST_MESSAGE.os=       Add DragonFly
-SUBST_SED.os=           -e 's/macos netbsd/macos netbsd dragonfly/'
+SUBST_CLASSES+=                os
+SUBST_STAGE.os=                pre-configure
+SUBST_FILES.os=                man/module.info init/module.info
+SUBST_MESSAGE.os=      Add DragonFly
+SUBST_SED.os=          -e 's/macos netbsd/macos netbsd dragonfly/'
 
-SUBST_CLASSES+=         dragonfly
-SUBST_STAGE.os=         pre-configure
-SUBST_FILES.os=         cron/module.info
-SUBST_MESSAGE.os=       Add DragonFly
-SUBST_SED.os=           -e 's/macos openbsd/macos openbsd dragonfly/'
+SUBST_CLASSES+=                        dragonfly
+SUBST_STAGE.dragonfly=         pre-configure
+SUBST_FILES.dragonfly=         cron/module.info
+SUBST_MESSAGE.dragonfly=       Add DragonFly
+SUBST_SED.dragonfly=           -e 's/macos openbsd/macos openbsd dragonfly/'
 
 WEBMIN_MINIMAL_MODULES=        acl cron init inittab man proc servers webmin webminlog
 



Home | Main Index | Thread Index | Old Index