diff options
author | dholland <dholland@pkgsrc.org> | 2017-09-12 06:15:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-09-12 06:15:19 +0000 |
commit | 1bd01c3713f39c9fd0bf9a3f025a978b225cbcf6 (patch) | |
tree | b0f5a2746b3c126d73c924302cd8389b76e231d7 /security | |
parent | 966b2a1b9312b3b23067c4ce7a15a3dd4c4d0d14 (diff) | |
download | pkgsrc-1bd01c3713f39c9fd0bf9a3f025a978b225cbcf6.tar.gz |
pkglint
Diffstat (limited to 'security')
-rw-r--r-- | security/libpreludedb/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libpreludedb/Makefile.common b/security/libpreludedb/Makefile.common index dc31418dfb2..18e540d30e2 100644 --- a/security/libpreludedb/Makefile.common +++ b/security/libpreludedb/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2017/08/16 20:45:44 wiz Exp $ +# $NetBSD: Makefile.common,v 1.8 2017/09/12 06:15:19 dholland Exp $ # # used by security/libpreludedb/Makefile # used by security/libpreludedb-mysql/Makefile @@ -12,7 +12,7 @@ VERSION= 0.9.15.3 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/libpreludedb/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER?= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.prelude-ids.org/download/releases/ COMMENT= Provides an interface to the database used to store IDMEF alerts @@ -23,7 +23,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= make -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} USE_LANGUAGES= c c++ PKG_OPTIONS_VAR= PKG_OPTIONS.libpreludedb |