Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 07:24:35 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10b183fab03f - main - devel/dbus-tcl: fix PLIST_FILES
Message-ID:  <202106300724.15U7OZud083875@gitrepo.freebsd.org>

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

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

commit 10b183fab03f5f369b5bf9adc7d7aca1809a6d61
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2021-06-30 07:21:47 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2021-06-30 07:23:04 +0000

    devel/dbus-tcl: fix PLIST_FILES
---
 devel/dbus-tcl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile
index b8b79c29ebb5..7425d89d1161 100644
--- a/devel/dbus-tcl/Makefile
+++ b/devel/dbus-tcl/Makefile
@@ -23,7 +23,7 @@ PORTDOCS=	*
 
 TEST_TARGET=	do-test
 
-PLIST_FILES=	lib/dbus/lib${TCL_PKG}.so.1 \
+PLIST_FILES=	lib/dbus/lib${TCL_PKG}.so \
 		lib/dbus/pkgIndex.tcl \
 		man/mann/dbus.n.gz
 



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