diff options
author | jmmv <jmmv> | 2003-05-07 11:20:07 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-07 11:20:07 +0000 |
commit | 0b33e846544a59e44bf99ffe3fa30cc8d89f407d (patch) | |
tree | 3bff0cbe8509cbcf48468cb1b0b27c126755f7b2 /mail/mini_sendmail/Makefile | |
parent | 3b51bd2deac42ca42ebfcdfda3a548ea631f4097 (diff) | |
download | pkgsrc-0b33e846544a59e44bf99ffe3fa30cc8d89f407d.tar.gz |
Let mini_sendmail recognize the `-oi' option, as it does for `-i', so it
can work with send-pr. Bump PKGREVISION to 3.
Diffstat (limited to 'mail/mini_sendmail/Makefile')
-rw-r--r-- | mail/mini_sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile index de201d6604c..4883bf76444 100644 --- a/mail/mini_sendmail/Makefile +++ b/mail/mini_sendmail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/04/24 19:49:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/07 11:20:07 jmmv Exp $ # PKGNAME= mini_sendmail-1.3.2 -PKGREVISION= 2 +PKGREVISION= 3 BUILD_DEFS+= USE_INET6 |