summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbad <bad>2008-07-01 21:27:38 +0000
committerbad <bad>2008-07-01 21:27:38 +0000
commitc9be38bb5cbc81cfdfc03a2a6dea32207e51c712 (patch)
treef6514432f1392e2903882370713294640a0e0766 /security
parent1eaf0ee2e3aad52a8367276d85c029880caa9563 (diff)
downloadpkgsrc-c9be38bb5cbc81cfdfc03a2a6dea32207e51c712.tar.gz
Make nessus-core honor PKG_SYSCONFBASE for configuration files.
While here, move the sharedstatedir to VARBASE where it belongs. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/nessus-core/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile
index 4f5528043d3..cd035141c32 100644
--- a/security/nessus-core/Makefile
+++ b/security/nessus-core/Makefile
@@ -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 @@ USE_TOOLS+= pkg-config
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"