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 | f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0 (patch) | |
tree | d0ff1c3e23d7d8195a6054fa1e16cdf2d15c851b | |
parent | b565a03ca2303cb77785a139fd1af09787a23421 (diff) | |
download | mtk-20170518-f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0.zip mtk-20170518-f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0.tar.gz mtk-20170518-f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0.tar.bz2 |
Remove superfluous source url
SVN-Revision: 1006
-rw-r--r-- | openwrt/package/arpwatch/Makefile | 4 | ||||
-rw-r--r-- | openwrt/package/postgresql/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile index 58f8e48..27e6c79 100644 --- a/openwrt/package/arpwatch/Makefile +++ b/openwrt/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/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 |