diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 16:02:58 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 16:02:58 +0800 |
commit | 254f62a192a67fffffe8d1dfb3a7f1934d2cee2c (patch) | |
tree | 9a7a33a902a71d85c80ab324d183c0f77bcca2bd /audio/ksmp3play | |
parent | c542397b282deafd05cf9379b3f4072f823c0088 (diff) | |
download | freebsd-ports-gnome-254f62a192a67fffffe8d1dfb3a7f1934d2cee2c.tar.gz freebsd-ports-gnome-254f62a192a67fffffe8d1dfb3a7f1934d2cee2c.tar.zst freebsd-ports-gnome-254f62a192a67fffffe8d1dfb3a7f1934d2cee2c.zip |
Fix MASTER_SITES
PR: ports/77754
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r-- | audio/ksmp3play/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index 8e432559845b..425d26fd7d02 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -10,7 +10,8 @@ PORTNAME= ksmp3play PORTVERSION= 0.5.1 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://www.xanadunet.net/ksmp3play/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=ksmp3play MAINTAINER= ports@FreeBSD.org COMMENT= An curses-based MP3 player |