pkgsrc/mail/bulk_mailer/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

23 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/01/07 09:13:57 rillig Exp $
#
DISTNAME= bulk_mailer-1.13
CATEGORIES= mail
MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/
MAINTAINER= abs@NetBSD.org
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:
${INSTALL_PROGRAM} ${WRKSRC}/bulk_mailer ${PREFIX}/bin/bulk_mailer
${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/${PKGMANDIR}/man1/bulk_mailer.1
.include "../../devel/sysexits/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"