aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-04-18 22:13:01 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-04-18 22:13:07 +0000
commit3c66ae4034dc07a2a1b002d4b577dc3a50104648 (patch)
treefea14825d64e4b3f03bdcc457c6f38de1a55b050 /audio
parente935b9706fe76510c6bd9508021c259b99349604 (diff)
downloadports-3c66ae4034dc07a2a1b002d4b577dc3a50104648.tar.gz
ports-3c66ae4034dc07a2a1b002d4b577dc3a50104648.zip
audio/liblscp: Use DISTVERSION alias in MASTER_SITES
Use DISTVERSION for consistency in MASTER_SITES and also use PORTNAME
Diffstat (limited to 'audio')
-rw-r--r--audio/liblscp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile
index 5fb2f0b51277..147c19fe0666 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/liblscp/${PORTVERSION} \
+MASTER_SITES= SF/qsampler/${PORTNAME}/${DISTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= ports@FreeBSD.org