pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
miniircd: Include bsd.prefs.mk before setting MINIIRCD_* variables
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Aug 2 12:13:33 2019 +0200
Changeset: dd941cd19859df8c06f1ad221bc4c4895df0500b
Modified Files:
miniircd/Makefile
Log Message:
miniircd: Include bsd.prefs.mk before setting MINIIRCD_* variables
Pointed out by pkglint.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd941cd19859df8c06f1ad221bc4c4895df0500b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
miniircd/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/miniircd/Makefile b/miniircd/Makefile
index 8b98b4b1cd..53fea18886 100644
--- a/miniircd/Makefile
+++ b/miniircd/Makefile
@@ -16,6 +16,8 @@ BUILD_DEFS+= MINIIRCD_USER MINIIRCD_GROUP
FILES_SUBST+= PYTHONBIN=${PYTHONBIN}
FILES_SUBST+= MINIIRCD_USER=${MINIIRCD_USER} MINIIRCD_GROUP=${MINIIRCD_GROUP}
+.include "../../mk/bsd.prefs.mk"
+
MINIIRCD_USER?= miniircd
MINIIRCD_GROUP?= nobody
Home |
Main Index |
Thread Index |
Old Index