diff options
author | abs <abs@pkgsrc.org> | 2007-04-24 22:31:19 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-04-24 22:31:19 +0000 |
commit | aef1eb1b006dbb768d63a46164793da416c4403b (patch) | |
tree | 59a4ea2417e106b5eb47aee77a3ac8be0ca3fe5b /mail/bulk_mailer/Makefile | |
parent | c2276816c0262e226c2d86a8e1cfdd995b1e2990 (diff) | |
download | pkgsrc-aef1eb1b006dbb768d63a46164793da416c4403b.tar.gz |
Update bulk_mailer to 1.13nb1:
Apply patch from Todd Kover to avoid strndup() related build issues on
some platforms.
Diffstat (limited to 'mail/bulk_mailer/Makefile')
-rw-r--r-- | mail/bulk_mailer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bulk_mailer/Makefile b/mail/bulk_mailer/Makefile index 67d04a269e4..0e994fd40f8 100644 --- a/mail/bulk_mailer/Makefile +++ b/mail/bulk_mailer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/01/07 09:13:57 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2007/04/24 22:31:19 abs Exp $ # DISTNAME= bulk_mailer-1.13 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/ |