diff options
author | reed <reed@pkgsrc.org> | 2009-09-17 17:09:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-09-17 17:09:37 +0000 |
commit | af61d4a450745f2557d118f9889faf29f661f894 (patch) | |
tree | 2bdefc199e4bc23d013315d26d0b007e414f8579 /mail/Makefile | |
parent | 9a0c1ba2c428a5a1c7796942033a1a0ce6b4166b (diff) | |
download | pkgsrc-af61d4a450745f2557d118f9889faf29f661f894.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 |