git: 3e44958a067e - main - devel/sdl12-compat: simplify PLIST_FILES for updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 17:54:43 UTC
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: