diff options
-rw-r--r-- | xorg/polyglotman/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg/polyglotman/Pkgfile b/xorg/polyglotman/Pkgfile index df3c03f04..81b46d4bf 100644 --- a/xorg/polyglotman/Pkgfile +++ b/xorg/polyglotman/Pkgfile @@ -5,7 +5,10 @@ name=polyglotman version=3.2 release=1 -source=(http://dl.sourceforge.net/$name/rman-$version.tar.gz) + +#source=(http://dl.sourceforge.net/$name/rman-$version.tar.gz) + +source=(http://downloads.sourceforge.net/project/polyglotman/polyglotman/$version/rman-$version.tar.gz) build() { cd rman-$version |