diff options
author | obache <obache> | 2008-03-15 13:10:37 +0000 |
---|---|---|
committer | obache <obache> | 2008-03-15 13:10:37 +0000 |
commit | 35832b9692852195311fc605e666e460dc88b190 (patch) | |
tree | 8dd1925a6d779c1059a02c3c671c46ee588056c3 | |
parent | 03020405655acfc8e21e276e44c9d0d9c1e5eacc (diff) | |
download | pkgsrc-35832b9692852195311fc605e666e460dc88b190.tar.gz |
Remove needless "/" from MASTER_SITES, suggested by Zafer Aydogan.
-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/ |