From: Michael Tremer Date: Fri, 24 Aug 2012 13:22:10 +0000 (+0200) Subject: fontconfig: Not a package anymore. X-Git-Tag: v2.13-beta1~202 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=e9450f8628f938d3e702b27acaa346ec2bb84824 fontconfig: Not a package anymore. --- diff --git a/config/rootfiles/packages/fontconfig b/config/rootfiles/common/fontconfig similarity index 100% rename from config/rootfiles/packages/fontconfig rename to config/rootfiles/common/fontconfig diff --git a/lfs/fontconfig b/lfs/fontconfig index d5b020c09e..6f0850be75 100644 --- a/lfs/fontconfig +++ b/lfs/fontconfig @@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = fontconfig -PAK_VER = 1 - -DEPS = "" ############################################################################### # Top-level Rules @@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - $(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################