From 10eea892ddb3b6ebdb06833bfc950d02c6635c48 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Tue, 15 Mar 2005 19:41:41 +0000 Subject: - stop creatng /var/run/authdaemond during the package installation - create /var/run/authdaemond within the rc.subr Script in case the directory doesn't exist. - Bump PORTREVISION Suggested By: brooks --- security/courier-authlib/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/courier-authlib/Makefile') diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index a9de1f36fc2c..8be4fa9cad28 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.55 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -57,8 +57,6 @@ CONFIGURE_ARGS= --without-authshadow \ --with-mailgroup=${WITH_MAILGROUP} \ --with-authdaemonvar=/var/run/authdaemond -PLIST_SUB= MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} - .include .if defined(WITH_SYSLOG_FACILITY) @@ -124,7 +122,7 @@ PLIST_SUB+= AUTHUSERDBFLAG="@comment " PLIST_SUB+= AUTHUSERDBFLAG="" .endif -RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} +RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} MAN1= courierlogger.1 -- cgit v1.2.3