pkgsrc/mail/queue-repair/Makefile
wiz 3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00

23 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/17 16:10:46 wiz Exp $
#
DISTNAME= queue-repair-0.9.0
PKGREVISION= 6
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/queue-repair/
COMMENT= Check or correct most corruptions of the queue in qmail
NO_BUILD= YES
REPLACE_PYTHON= queue_repair.py
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py \
${DESTDIR}${PREFIX}/bin/queue_repair
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"