summaryrefslogtreecommitdiffstats
path: root/rules/pop3spam.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pop3spam.make')
-rw-r--r--rules/pop3spam.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/rules/pop3spam.make b/rules/pop3spam.make
index f11bc0206..f95fd8c32 100644
--- a/rules/pop3spam.make
+++ b/rules/pop3spam.make
@@ -111,18 +111,18 @@ pop3spam_targetinstall_deps += $(STATEDIR)/pcre.targetinstall
$(STATEDIR)/pop3spam.targetinstall: $(pop3spam_targetinstall_deps_default)
@$(call targetinfo, $@)
- @$(call install_init,default)
- @$(call install_fixup,PACKAGE,pop3spam)
- @$(call install_fixup,PRIORITY,optional)
- @$(call install_fixup,VERSION,$(POP3SPAM_VERSION))
- @$(call install_fixup,SECTION,base)
- @$(call install_fixup,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
- @$(call install_fixup,DEPENDS,)
- @$(call install_fixup,DESCRIPTION,missing)
+ @$(call install_init, pop3spam)
+ @$(call install_fixup, pop3spam,PACKAGE,pop3spam)
+ @$(call install_fixup, pop3spam,PRIORITY,optional)
+ @$(call install_fixup, pop3spam,VERSION,$(POP3SPAM_VERSION))
+ @$(call install_fixup, pop3spam,SECTION,base)
+ @$(call install_fixup, pop3spam,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
+ @$(call install_fixup, pop3spam,DEPENDS,)
+ @$(call install_fixup, pop3spam,DESCRIPTION,missing)
- @$(call install_copy, 0, 0, 0555, $(POP3SPAM_DIR)/src/pop3spam, /usr/bin/pop3spam)
+ @$(call install_copy, pop3spam, 0, 0, 0555, $(POP3SPAM_DIR)/src/pop3spam, /usr/bin/pop3spam)
- @$(call install_finish)
+ @$(call install_finish, pop3spam)
@$(call touch, $@)
# ----------------------------------------------------------------------------