diff options
author | eric <eric@FreeBSD.org> | 2002-06-11 20:55:00 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2002-06-11 20:55:00 +0000 |
commit | 5e8ecb336eae01c0ec8b13e42be81249428beaf6 (patch) | |
tree | a05c3c6bd6abe7675cc20a393f9b336db5871d24 /audio/wmusic/Makefile | |
parent | 3dd03d79f0acc6d92cc08e8500aba83e30713d4c (diff) | |
download | FreeBSD-ports-5e8ecb336eae01c0ec8b13e42be81249428beaf6.zip FreeBSD-ports-5e8ecb336eae01c0ec8b13e42be81249428beaf6.tar.gz |
Update to 1.4.9 and compensate for distribution file renaming silliness.
Diffstat (limited to 'audio/wmusic/Makefile')
-rw-r--r-- | audio/wmusic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 3670461..fe758b4 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -6,9 +6,10 @@ # PORTNAME= wmusic -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.9 CATEGORIES= audio windowmaker -MASTER_SITES= http://hadess.net/files/ +MASTER_SITES= http://home.jtan.com/~john/wmusic/downloads/ +DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} MAINTAINER= eric@FreeBSD.org |