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 d5b020c09..6f0850be7 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 ###############################################################################