[packages] php-pear: use the package-specific url
authorStephen Walker <stephendwalker@gmail.com>
Sun, 18 Apr 2010 22:24:43 +0000 (22:24 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Sun, 18 Apr 2010 22:24:43 +0000 (22:24 +0000)
SVN-Revision: 21006

lang/php-pear/Makefile

index fa108454dbb6164a9901c76da3f153f139432cff..22fe6feaf2544287331742015db3a18a7af69f44 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ define Package/php-pear
   SECTION:=lang
   CATEGORY:=Languages
   TITLE:=PEAR
-  URL:=http://pear.php.net/
+  URL:=http://pear.php.net/package/PEAR
   DEPENDS:=+php5
 endef