From 77a5d63ef16ea9fe246e1efa4a26fad207faf83c Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 24 Jan 2020 19:24:36 +0000 Subject: [PATCH] sysutils/runit-faster: Fix runsvdir rc script %%RUNITDIR%% was not replaced with the correct dir leading to /var/run/runit/runsvdir/current pointing to some bogus location. --- sysutils/runit-faster/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/runit-faster/Makefile b/sysutils/runit-faster/Makefile index 63e430b1c6ab..bffb8f0b19b9 100644 --- a/sysutils/runit-faster/Makefile +++ b/sysutils/runit-faster/Makefile @@ -3,6 +3,7 @@ PORTNAME= runit DISTVERSION= 2.1.3.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \ LOCAL/tobik @@ -28,6 +29,7 @@ TEST_TARGET= check CONFLICTS_INSTALL= runit +SUB_LIST= RUNITDIR=${RUNITDIR} PLIST_SUB= RUNITDIR=${RUNITDIR} PORTDOCS= *