summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/autorespond/autorespond-2.0.4.ebuild')
-rw-r--r--net-mail/autorespond/autorespond-2.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild
index 94509c8a81be..d3be500ebcd5 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -19,12 +19,12 @@ PATCHES=(
DOCS=( README help_message qmail-auto ChangeLog )
src_compile() {
- emake CFLAGS="${CFLAGS}" || die
+ emake CFLAGS="${CFLAGS}"
}
src_install () {
into /var/qmail
- dobin autorespond || die "dobin failed"
+ dobin autorespond
doman *.1
einstalldocs
}