git: e18dbf56ffd9 - main - devel/athens: Fix rc script
Muhammad Moinur Rahman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e18dbf56ffd925975fd0325ea1d96e34ab4083f3 commit e18dbf56ffd925975fd0325ea1d96e34ab4083f3 Author: Muhammad Moinur Rahman <[email protected]> AuthorDate: 2026-08-16 10:32:00 +0000 Commit: Muhammad Moinur Rahman <[email protected]> CommitDate: 2026-08-16 11:08:53 +0000 devel/athens: Fix rc script PR: 296971 Reported by: pi --- devel/athens/Makefile | 2 +- devel/athens/files/athens.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/athens/Makefile b/devel/athens/Makefile index 71499d01b623..1ae9bc159cda 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,7 +1,7 @@ PORTNAME= athens DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= [email protected] diff --git a/devel/athens/files/athens.in b/devel/athens/files/athens.in index 89efe67e517a..39562a6f805c 100644 --- a/devel/athens/files/athens.in +++ b/devel/athens/files/athens.in @@ -35,7 +35,7 @@ load_rc_config $name athens_command="%%PREFIX%%/bin/athens -config_file ${athens_config}" pidfile="/var/run/${name}/${name}.pid" command="/usr/sbin/daemon" -command_args="-P ${pidfile} -S ${athens_command} -T ${name}" +command_args="-P ${pidfile} -T ${name} ${athens_command}" PATH="${PATH}:%%PREFIX%%/bin"