From f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 21 May 2005 12:04:17 +0000 Subject: Remove superfluous source url SVN-Revision: 1006 --- openwrt/package/postgresql/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openwrt/package/postgresql') diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile index 59be6f0..cadbcea 100644 --- a/openwrt/package/postgresql/Makefile +++ b/openwrt/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 -- cgit v1.1