diff options
author | krion <krion@FreeBSD.org> | 2005-02-20 16:02:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-20 16:02:58 +0800 |
commit | f4f7956cce8f2abc50bc4ca84ce6278b68e4d240 (patch) | |
tree | 6cfee8dfd1ad7fd592bf9dc77c301da3cffd4c2d /audio/ksmp3play | |
parent | b253edb3d78fb8678acaf4a683216184d8693ae3 (diff) | |
download | freebsd-ports-gnome-f4f7956cce8f2abc50bc4ca84ce6278b68e4d240.tar.gz freebsd-ports-gnome-f4f7956cce8f2abc50bc4ca84ce6278b68e4d240.tar.zst freebsd-ports-gnome-f4f7956cce8f2abc50bc4ca84ce6278b68e4d240.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 |