diff options
author | reed <reed> | 2009-09-17 17:09:37 +0000 |
---|---|---|
committer | reed <reed> | 2009-09-17 17:09:37 +0000 |
commit | 28843b4545cac00d1bc43a4caca4f03b57264c71 (patch) | |
tree | 2bdefc199e4bc23d013315d26d0b007e414f8579 /mail/Makefile | |
parent | ca15c3432f592270938b1854f7e04c06c6d5091d (diff) | |
download | pkgsrc-28843b4545cac00d1bc43a4caca4f03b57264c71.tar.gz |
Handle:
WARN: mail/Makefile:263: re-alpine should come before relay-ctrl.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index f0b5404e1fc..ae6589b9e7a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.377 2009/09/15 23:30:47 reed Exp $ +# $NetBSD: Makefile,v 1.378 2009/09/17 17:09:37 reed Exp $ # COMMENT= Electronic mail utilities @@ -259,8 +259,8 @@ SUBDIR+= qtools SUBDIR+= queue-fix SUBDIR+= queue-repair SUBDIR+= rblcheck -SUBDIR+= relay-ctrl SUBDIR+= re-alpine +SUBDIR+= relay-ctrl SUBDIR+= ripmime SUBDIR+= rmail-mime SUBDIR+= roundcube |