diff --git a/config/rootfiles/packages/libevent2 b/config/rootfiles/common/libevent2 similarity index 100% rename from config/rootfiles/packages/libevent2 rename to config/rootfiles/common/libevent2 diff --git a/lfs/libevent2 b/lfs/libevent2 index 53e9494b3..2482dda17 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libevent2 -PAK_VER = 3 - -DEPS = "" - ############################################################################### # Top-level Rules ############################################################################### @@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) -dist: - @$(PAK) ############################################################################### # Installation Details ###############################################################################