diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-03-14 18:48:39 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-03-14 19:00:36 +0000 |
| commit | 229bfce21038e11d8653b08e20b84e90900c4da8 (patch) | |
| tree | c1e418fb73984f02450be395ee6e227c787c903c | |
| parent | 547d3adbd63cdf0d8f275f451a0c30ec9ff9a811 (diff) | |
devel/athens: Fix rc script
PR: 293454
Reported by: bob@vesterman.com
| -rw-r--r-- | devel/athens/Makefile | 2 | ||||
| -rw-r--r-- | devel/athens/files/athens.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/athens/Makefile b/devel/athens/Makefile index 2eabeb040a48..acc09f919939 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,7 +1,7 @@ PORTNAME= athens DISTVERSIONPREFIX= v DISTVERSION= 0.16.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/athens/files/athens.in b/devel/athens/files/athens.in index 7d1e07cf164c..d2ac754ed38d 100644 --- a/devel/athens/files/athens.in +++ b/devel/athens/files/athens.in @@ -1,7 +1,7 @@ #!/bin/sh # # PROVIDE: athens -# REQUIRE: LOGIN networking +# REQUIRE: LOGIN NETWORKING # KEYWORD: shutdown # # athens_enable (bool): |
