diff options
-rw-r--r-- | audio/xmms-openspc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index 4bf453297326..40649d170542 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -5,10 +5,12 @@ # $FreeBSD$ # -PORTNAME= xmms-openspc +PORTNAME= openspc PORTVERSION= 0.0.3 CATEGORIES= audio -MASTER_SITES= http://staff.xmms.org/zinx/misc/tmp/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://staff.xmms.org/zinx/misc/tmp/ +PKGNAMEPREFIX= xmms- DISTNAME= xmms-OpenSPC-${PORTVERSION} MAINTAINER= ehaupt@critical.ch |