diff options
author | jperkin <jperkin> | 2014-09-25 13:02:30 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-25 13:02:30 +0000 |
commit | 563a5681c5aa00ed433e4b9bace1c102438f903a (patch) | |
tree | b98c3dd5494acb263de358d306ac3b81718cde94 /mail | |
parent | 8710b91c37920391b343b4d9c563463cbd79e948 (diff) | |
download | pkgsrc-563a5681c5aa00ed433e4b9bace1c102438f903a.tar.gz |
Remove broken CPPFLAGS.SunOS.
Diffstat (limited to 'mail')
-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: |