diff options
author | dholland <dholland@pkgsrc.org> | 2017-09-12 06:14:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-09-12 06:14:08 +0000 |
commit | fe750b77d0c92e458ed65280e0f2c37261b0d9cf (patch) | |
tree | cb4ce0b9d7d46c284c2aaea94f50c525dee65dcc /security/libprelude | |
parent | 36f717eebf9b418610b4747b53527dbcdc060fe7 (diff) | |
download | pkgsrc-fe750b77d0c92e458ed65280e0f2c37261b0d9cf.tar.gz |
pkglint
Diffstat (limited to 'security/libprelude')
-rw-r--r-- | security/libprelude/Makefile.common | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/libprelude/Makefile.common b/security/libprelude/Makefile.common index 612ae3931d9..f0d05d81cf2 100644 --- a/security/libprelude/Makefile.common +++ b/security/libprelude/Makefile.common @@ -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 +MAINTAINER?= pkgsrc-users@NetBSD.org 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 |