pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libprelude



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Sep 12 06:14:08 UTC 2017

Modified Files:
        pkgsrc/security/libprelude: Makefile.common

Log Message:
pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libprelude/Makefile.common

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

Modified files:

Index: pkgsrc/security/libprelude/Makefile.common
diff -u pkgsrc/security/libprelude/Makefile.common:1.11 pkgsrc/security/libprelude/Makefile.common:1.12
--- pkgsrc/security/libprelude/Makefile.common:1.11     Sat Apr 22 17:51:16 2017
+++ pkgsrc/security/libprelude/Makefile.common  Tue Sep 12 06:14:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2017/04/22 17:51:16 taca Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/09/12 06:14:08 dholland Exp $
 #
 # used by security/libprelude/Makefile
 # used by security/libprelude-lua/Makefile
@@ -10,7 +10,7 @@ VERSION=              0.9.24.1
 CATEGORIES=            security
 MASTER_SITES=          http://www.prelude-ids.com/download/releases/libprelude/
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.prelude-siem.org/
 
 PATCHDIR=              ${.CURDIR}/../../security/libprelude/patches
@@ -23,12 +23,14 @@ USE_LIBTOOL=                yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            chown bison gawk gmake pkg-config
 USE_LANGUAGES=         c c++
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
 CONFIGURE_ARGS+=       --enable-easy-bindings
 PKG_SYSCONFSUBDIR=     prelude
 
+.include "../../mk/bsd.prefs.mk"
+
 PRELUDE_USER?=         _prelude
 PRELUDE_GROUP?=                _prelude
 PRELUDE_HOME?=         ${VARBASE}/spool/prelude



Home | Main Index | Thread Index | Old Index