diff options
author | obache <obache@pkgsrc.org> | 2008-03-15 13:10:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-15 13:10:37 +0000 |
commit | 938ca32951157b79f6a98cfa471a50c68ada2842 (patch) | |
tree | 8dd1925a6d779c1059a02c3c671c46ee588056c3 /audio/xmms-paranormal | |
parent | 8c67ea3cad7ed0ced23c5e2dbba3c7af3d313f2e (diff) | |
download | pkgsrc-938ca32951157b79f6a98cfa471a50c68ada2842.tar.gz |
Remove needless "/" from MASTER_SITES, suggested by Zafer Aydogan.
Diffstat (limited to 'audio/xmms-paranormal')
-rw-r--r-- | audio/xmms-paranormal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-paranormal/Makefile b/audio/xmms-paranormal/Makefile index 6fc5b429e6d..9f8d772c6aa 100644 --- a/audio/xmms-paranormal/Makefile +++ b/audio/xmms-paranormal/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2006/06/12 16:28:05 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/03/15 13:10:37 obache Exp $ # DISTNAME= paranormal-0.2.0 PKGNAME= xmms-paranormal-0.2.0 PKGREVISION= 10 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/paranormal/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paranormal/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://paranormal.sourceforge.net/ |