This package install the sendmail-qtool perl script (from the sendmail
distribution), which can move or delete entries in mail queue in a safe manner.
This commit is contained in:
parent
988d2dfab4
commit
96b4f4de53
3 changed files with 33 additions and 0 deletions
3
mail/sendmail-qtool/DESCR
Normal file
3
mail/sendmail-qtool/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Sendmail acts as a unified "post office" to which all mail can be
|
||||
submitted. This package install the sendmail-qtool perl script,
|
||||
which can move or delete entries in mail queue in a safe manner.
|
27
mail/sendmail-qtool/Makefile
Normal file
27
mail/sendmail-qtool/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/10/28 20:22:14 bouyer Exp $
|
||||
|
||||
PKGNAME= sendmail-qtool-${DIST_VERS}
|
||||
COMMENT= perl script to manage sendmail queue entries
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PKG_OPTIONS= #hack to please Makefile.common
|
||||
|
||||
.include "../../mail/sendmail/Makefile.common"
|
||||
|
||||
USE_TOOLS+= pax
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
REPLACE_PERL= contrib/qtool.pl
|
||||
|
||||
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/qtool.pl \
|
||||
${DESTDIR}${PREFIX}/sbin/sendmail-qtool
|
||||
${INSTALL_MAN} ${WRKSRC}/contrib/qtool.8 \
|
||||
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/sendmail-qtool.8
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
mail/sendmail-qtool/PLIST
Normal file
3
mail/sendmail-qtool/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/28 20:22:14 bouyer Exp $
|
||||
man/man8/sendmail-qtool.8
|
||||
sbin/sendmail-qtool
|
Loading…
Reference in a new issue