diff options
-rw-r--r-- | mail/bulk_mailer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/bulk_mailer/Makefile b/mail/bulk_mailer/Makefile index 9bdfde2c24f..92494ea8e89 100644 --- a/mail/bulk_mailer/Makefile +++ b/mail/bulk_mailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 12:19:03 asau Exp $ +# $NetBSD: Makefile,v 1.12 2014/09/25 13:02:30 jperkin Exp $ # DISTNAME= bulk_mailer-1.13 @@ -12,8 +12,6 @@ COMMENT= Assist in delivery of mail to large numbers of recipients HAS_CONFIGURE= YES BUILD_TARGET= bulk_mailer -CPPFLAGS.SunOS+= -DPIPECOMMAND=\"/usr/sbin/sendmail -bs %s\" - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |