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:   mef
Date:           Mon Sep  7 10:42:45 UTC 2020

Modified Files:
        pkgsrc/sysutils/webmin: Makefile

Log Message:
(sysutils/webmin) Reduce pkglint Error/Warnings


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/sysutils/webmin/Makefile:1.56
--- pkgsrc/sysutils/webmin/Makefile:1.55        Sun Sep  6 02:38:53 2020
+++ pkgsrc/sysutils/webmin/Makefile     Mon Sep  7 10:42:44 2020
@@ -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 @@ MESSAGE_SUBST+=             WEBMIN_DIR=${WEBMIN_DIR
 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+=         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+=                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.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