From 18929c612d82965b61cdf85083f25be5b599517f Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 11 May 2009 21:21:10 +0000 Subject: - "I missed an important configuration option in the original port submission." PR: ports/134354 Submitted by: Chris Cowart (maintainer) --- sysutils/confman/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/confman/Makefile b/sysutils/confman/Makefile index eb76c891f898..495b4d857d44 100644 --- a/sysutils/confman/Makefile +++ b/sysutils/confman/Makefile @@ -7,6 +7,7 @@ PORTNAME= confman PORTVERSION= 1.9.0b +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.timesinks.net/distfiles/ @@ -19,6 +20,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --localstatedir=/var + MAN5= confman.conf.5 MAN8= confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8 -- cgit