diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 12:04:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 12:04:17 +0000 |
commit | 701fcedf604e5824d25f233de023989826cc6bfd (patch) | |
tree | aeba7d601508686aac5eb840a38a64ca3ddfc689 /package/postgresql | |
parent | 2b672ea04531c64adb7f3d9695401a691b2ca2a6 (diff) | |
download | upstream-701fcedf604e5824d25f233de023989826cc6bfd.tar.gz upstream-701fcedf604e5824d25f233de023989826cc6bfd.tar.bz2 upstream-701fcedf604e5824d25f233de023989826cc6bfd.zip |
Remove superfluous source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql')
-rw-r--r-- | package/postgresql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index 59be6f06b1..cadbcea14c 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -11,8 +11,7 @@ PKG_SOURCE_URL:=\ ftp://ftp3.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ ftp://ftp.br.postgresql.org/pub/PostgreSQL/source/v$(PKG_VERSION)/ \ ftp://ftp.au.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ - ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ - http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/ + ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |