git: 7bf399438b9c - main - audio/liblscp: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:54:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bf399438b9ce17c6bdc7d9b45a1dfb8c6d0ac79 commit 7bf399438b9ce17c6bdc7d9b45a1dfb8c6d0ac79 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-18 12:49:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-18 12:49:24 +0000 audio/liblscp: Remove unnecessary substitution --- audio/liblscp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index d90279e47ca4..5fb2f0b51277 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= liblscp DISTVERSION= 0.9.12 CATEGORIES= audio -MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF/qsampler/liblscp/${PORTVERSION} \ http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org