Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2023 13:46:01 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb76dba410dd - main - sysutils/reggae: Install reggae.conf as @sample via pkg-plist
Message-ID:  <202301081346.308Dk1hH059805@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb76dba410ddea78785bcd2a26c32aa2dbda985e

commit bb76dba410ddea78785bcd2a26c32aa2dbda985e
Author:     Oleg Ginzburg <olevole@olevole.ru>
AuthorDate: 2023-01-08 13:44:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-01-08 13:44:08 +0000

    sysutils/reggae: Install reggae.conf as @sample via pkg-plist
    
    PR:             268818
    MFH:            2023Q1 (build fixes)
---
 sysutils/reggae/Makefile  | 1 +
 sysutils/reggae/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile
index 5e66a2f2983a..aa56568f1b2d 100644
--- a/sysutils/reggae/Makefile
+++ b/sysutils/reggae/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	reggae
 DISTVERSION=	0.2.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	meka@tilda.center
diff --git a/sysutils/reggae/pkg-plist b/sysutils/reggae/pkg-plist
index f1d0abbd6023..a9b4f7635ee7 100644
--- a/sysutils/reggae/pkg-plist
+++ b/sysutils/reggae/pkg-plist
@@ -1,5 +1,5 @@
 bin/reggae
-%%ETCDIR%%.conf.sample
+@sample %%ETCDIR%%.conf.sample
 man/man1/reggae-ansible.1.gz
 man/man1/reggae-chef.1.gz
 man/man1/reggae-init.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301081346.308Dk1hH059805>