Downloadquelle der Mail-Tools korrigiert

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@664 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-07-09 10:51:43 +00:00
parent f93a4b4f6c
commit df2b4b8a9a

View File

@@ -30,7 +30,7 @@ VER = 1.74
THISAPP = MailTools-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
#dist:
# make-packages.sh Mail-Tools $(THISAPP)-ipfire-beta-1
###############################################################################
# Downloading, checking, md5sum
###############################################################################