diff options
author | mef <mef@pkgsrc.org> | 2020-09-07 10:42:44 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-07 10:42:44 +0000 |
commit | 01754735a84ef4a2c4f92fecbff64049a659c6a9 (patch) | |
tree | 4083cd6ffb83e4c536b0f401948546b7277b6fd2 | |
parent | 6385264fa22a237bac1eed75bc8229661bcb0b3a (diff) | |
download | pkgsrc-01754735a84ef4a2c4f92fecbff64049a659c6a9.tar.gz |
(sysutils/webmin) Reduce pkglint Error/Warnings
-rw-r--r-- | sysutils/webmin/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 51872020854..efef6f6c50f 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -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:Q} 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 |