From ce0f93a1cac94346856379000131748772979a54 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 6 Apr 2012 06:51:19 +0000 Subject: [PATCH] packages: move 4th to the languages section SVN-Revision: 31210 --- {devel => lang}/4th/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {devel => lang}/4th/Makefile (96%) diff --git a/devel/4th/Makefile b/lang/4th/Makefile similarity index 96% rename from devel/4th/Makefile rename to lang/4th/Makefile index eaabdd64eb..f90a6e931f 100644 --- a/devel/4th/Makefile +++ b/lang/4th/Makefile @@ -14,8 +14,8 @@ include $(INCLUDE_DIR)/package.mk define Package/4th MAINTAINER:="Xiangfu Liu" TITLE:=4th - SECTION:=Programming - CATEGORY:=prog + SECTION:=lang + CATEGORY:=Languages URL:=http://thebeez.home.xs4all.nl/4tH/ endef PKG_BUILD_DIR:=$(BUILD_DIR)/4th-$(PKG_VERSION) -- 2.30.2