diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 12:04:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 12:04:17 +0000 |
commit | 658e6eb0cb0bd4338c652ffe3741b3c941c90cf0 (patch) | |
tree | aeba7d601508686aac5eb840a38a64ca3ddfc689 | |
parent | a44230040439f8a69e46fd6c12d72f71253a23f9 (diff) |
Remove superfluous source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1006 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/arpwatch/Makefile | 4 | ||||
-rw-r--r-- | package/postgresql/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/package/arpwatch/Makefile b/package/arpwatch/Makefile index 58f8e48da0..27e6c795e7 100644 --- a/package/arpwatch/Makefile +++ b/package/arpwatch/Makefile @@ -7,9 +7,7 @@ PKG_VERSION:=2.1a11 PKG_RELEASE:=1 PKG_MD5SUM:=9ecd00db892737431b0e524f3e52e19e -PKG_SOURCE_URL:= \ - http://nbd.vd-s.ath.cx/openwrt \ - http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/ +PKG_SOURCE_URL:=http://nbd.vd-s.ath.cx/openwrt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) 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 |