summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-05-08 15:16:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-05-16 07:49:40 (GMT)
commit4ed13a9f3071c2cb545c6562cc8966e4469f4068 (patch)
treecf0501a3603854327b0ef5b684504031999674b7 /src/postgresql.mk
parent6f98c22697588b86dfe2f74821354ef44e06618e (diff)
downloadmxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.zip
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.gz
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.bz2
all packages: use $(WGET) portability variable
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 925c3f7..3cce196 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(P
$(PKG)_DEPS := gcc zlib openssl
define $(PKG)_UPDATE
- wget -q -O- 'http://git.postgresql.org/gitweb?p=postgresql.git;a=tags' | \
+ $(WGET) -q -O- 'http://git.postgresql.org/gitweb?p=postgresql.git;a=tags' | \
grep 'refs/tags/REL9[0-9_]*"' | \
$(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \
$(SED) 's,_,.,g' | \