pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nessus-core Make nessus-core honor PKG_SYSCON...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aac5f47a7d43
branches: trunk
changeset: 544000:aac5f47a7d43
user: bad <bad%pkgsrc.org@localhost>
date: Tue Jul 01 21:27:38 2008 +0000
description:
Make nessus-core honor PKG_SYSCONFBASE for configuration files.
While here, move the sharedstatedir to VARBASE where it belongs.
Bump PKGREVISION.
diffstat:
security/nessus-core/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 765856759d74 -r aac5f47a7d43 security/nessus-core/Makefile
--- a/security/nessus-core/Makefile Tue Jul 01 13:46:02 2008 +0000
+++ b/security/nessus-core/Makefile Tue Jul 01 21:27:38 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2008/01/18 05:09:38 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2008/07/01 21:27:38 bad Exp $
.include "../../security/nessus/Makefile.common"
DISTNAME= nessus-core-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Core module of the Nessus Network Security Scanner
@@ -14,7 +14,8 @@
CONFIGURE_ARGS+= --enable-gtk
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --sharedstatedir=${PKG_SYSCONFBASE:Q}
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
CONFIGURE_ENV+= ac_cv_path_GTKCONFIG="pkg-config gtk+-2.0" \
ac_cv_path_GLIBCONFIG="pkg-config glib-2.0"
Home |
Main Index |
Thread Index |
Old Index