packages/net/yafc: fix typo in Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13473 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2008-12-02 15:50:54 +00:00
parent 4d191234ad
commit 2e91d2aa88

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2008 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -26,7 +26,7 @@ define Package/yafc
CATEGORY:=Network CATEGORY:=Network
DEPENDS:=+libncurses +libreadline DEPENDS:=+libncurses +libreadline
TITLE:=Yafc is yet another ftp client. TITLE:=Yafc is yet another ftp client.
URL:=http://yacf.sourceforge.net/ URL:=http://yafc.sourceforge.net/
endef endef
# uses GNU configure # uses GNU configure