Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 16:14:26 +0000
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03627c83fedb - main - comms/klog: Fix build take two
Message-ID:  <69dd1662.236bb.6b148df9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mr:

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

commit 03627c83fedbe5fe430bc8dbaceca1173e910baa
Author:     Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2026-04-13 16:12:41 +0000
Commit:     Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2026-04-13 16:14:08 +0000

    comms/klog: Fix build take two
    
    Delete %%PORTDOCS%% prefix
    Bump PORTREVISION
---
 comms/klog/Makefile  |  2 +-
 comms/klog/pkg-plist | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/comms/klog/Makefile b/comms/klog/Makefile
index ced0bbeac8cb..990a8a4319a5 100644
--- a/comms/klog/Makefile
+++ b/comms/klog/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	klog
 PORTVERSION=	2.5
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	hamradio@FreeBSD.org
diff --git a/comms/klog/pkg-plist b/comms/klog/pkg-plist
index 46a17506289d..bc0bc3263b27 100644
--- a/comms/klog/pkg-plist
+++ b/comms/klog/pkg-plist
@@ -1,15 +1,15 @@
 bin/klog
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/Changelog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL-es.txt
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL-linux
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README-DEVEL
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/TROUBLESHOOTING
+%%DOCSDIR%%/AUTHORS
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/Changelog
+%%DOCSDIR%%/INSTALL-es.txt
+%%DOCSDIR%%/INSTALL-linux
+%%DOCSDIR%%/INSTALL.txt
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+%%DOCSDIR%%/README-DEVEL
+%%DOCSDIR%%/TODO
+%%DOCSDIR%%/TROUBLESHOOTING
 share/icons/hicolor/scalable/apps/klog.svg
 %%DATADIR%%/translations/klog_ca.qm
 %%DATADIR%%/translations/klog_cs.qm


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dd1662.236bb.6b148df9>