Honnour ${VARBASE} for localstatedir and pid file.
Bump PKGREVISION.
This commit is contained in:
parent
51fb83c674
commit
4e40e923b9
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.10 2011/09/21 19:33:09 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2011/09/27 16:21:22 bouyer Exp $
|
||||
|
||||
VERS= 3.2.4
|
||||
DISTNAME= syslog-ng_${VERS}
|
||||
PKGNAME= syslog-ng-${VERS}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${VERS}/source/
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
@ -21,6 +22,8 @@ RCD_SCRIPTS= syslogng
|
|||
PKG_SYSCONFSUBDIR= syslog-ng
|
||||
|
||||
CONFIGURE_ARGS+= --enable-tcp-wrapper
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db/syslog-ng
|
||||
CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/syslog-ng
|
||||
DOCDIR= ${PREFIX}/share/doc/syslog-ng
|
||||
|
|
Loading…
Reference in a new issue