Date: Fri, 16 Sep 2022 17:54:43 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e44958a067e - main - devel/sdl12-compat: simplify PLIST_FILES for updates Message-ID: <202209161754.28GHshAG037868@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e44958a067eb239d861a9ba9de742255e78fdf6 commit 3e44958a067eb239d861a9ba9de742255e78fdf6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-16 17:09:13 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-16 17:54:00 +0000 devel/sdl12-compat: simplify PLIST_FILES for updates --- devel/sdl12-compat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/sdl12-compat/Makefile b/devel/sdl12-compat/Makefile index 840273f77be0..abbedd462f40 100644 --- a/devel/sdl12-compat/Makefile +++ b/devel/sdl12-compat/Makefile @@ -23,7 +23,7 @@ SUFFIX= -${PORTNAME:C/.*-//} PLIST_FILES= etc/libmap.d/${PORTNAME}.conf \ lib/libSDL-1.2${SUFFIX}.so \ lib/libSDL-1.2${SUFFIX}.so.0 \ - lib/libSDL-1.2${SUFFIX}.so.1.2.52 \ + lib/libSDL-1.2${SUFFIX}.so.${DISTVERSION:C/-*//} \ "@comment lib/libSDLmain.a" post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209161754.28GHshAG037868>