diff src/plotutils.mk @ 1354:5646072a0081

improved version recognition of packages: boost gmp plotutils vmime
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 27 Oct 2010 15:19:28 +0200
parents 795dbc19e055
children f653602a0500
line wrap: on
line diff
--- a/src/plotutils.mk	Wed Oct 27 13:41:32 2010 +0200
+++ b/src/plotutils.mk	Wed Oct 27 15:19:28 2010 +0200
@@ -16,7 +16,7 @@
 define $(PKG)_UPDATE
     wget -q -O- 'http://ftp.gnu.org/gnu/plotutils/?C=M;O=D' | \
     grep '<a href="plotutils-' | \
-    $(SED) -n 's,.*plotutils-\([0-9][^<]*\)\.tar\.gz.*,\1,p' | \
+    $(SED) -n 's,.*plotutils-\([0-9][^<]*\)\.tar.*,\1,p' | \
     head -1
 endef