git: 32fd3edcfc55 - 2021Q2 - audio/libsidplayfp: Remove unneeded line continuation
Kevin Bowling
kbowling at FreeBSD.org
Tue Jun 15 17:10:22 UTC 2021
The branch 2021Q2 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32fd3edcfc556cc531745f18270e6276d43b24e8
commit 32fd3edcfc556cc531745f18270e6276d43b24e8
Author: Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-06-15 17:08:37 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-15 17:10:16 +0000
audio/libsidplayfp: Remove unneeded line continuation
MFH: 2021Q2
(cherry picked from commit 0a8b84cb4dd4239df532765373b55754f04832ca)
---
audio/libsidplayfp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile
index 6b651bc7d443..50395b80c47c 100644
--- a/audio/libsidplayfp/Makefile
+++ b/audio/libsidplayfp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libsidplayfp
DISTVERSION= 2.2.0
CATEGORIES= audio
-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= ports at FreeBSD.org
COMMENT= Library to play Commodore 64 music derived from libsidplay2
More information about the dev-commits-ports-all
mailing list