diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2016-05-11 14:36:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2016-05-11 14:36:55 +0000 |
commit | a056b30f92f3af9cd725d2c8a87a296cf7671815 (patch) | |
tree | 3ac160b732c88dcea90542e73170d5d626b2ae32 /mail/sqlgrey | |
parent | 5d951a02b7b14a3ee27744d4213d5a7833b83b85 (diff) | |
download | ports-a056b30f92f3af9cd725d2c8a87a296cf7671815.tar.gz ports-a056b30f92f3af9cd725d2c8a87a296cf7671815.zip |
Notes
Diffstat (limited to 'mail/sqlgrey')
-rw-r--r-- | mail/sqlgrey/Makefile | 2 | ||||
-rw-r--r-- | mail/sqlgrey/files/sqlgrey.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index 417d8d9ffd1b..fd90915d964b 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlgrey PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 diff --git a/mail/sqlgrey/files/sqlgrey.in b/mail/sqlgrey/files/sqlgrey.in index 00008cbb09bd..4299e55756fb 100644 --- a/mail/sqlgrey/files/sqlgrey.in +++ b/mail/sqlgrey/files/sqlgrey.in @@ -28,7 +28,7 @@ start_precmd=${name}_prestart stop_postcmd="rm -f ${pidfile}" sqlgrey_enable=${sqlgrey_enable-"NO"} -required_files=${sqlgrey_config-"%%PREFIX%%/%%ETCDIR%%/sqlgrey.conf"} +required_files=${sqlgrey_config-"%%ETCDIR%%/sqlgrey.conf"} pidfile=${sqlgrey_pidfile-"/var/run/sqlgrey.pid"} command_args="--configfile=${required_files} --pidfile=${pidfile} --daemonize" |