pkgsrc/mail/queue_repair/Makefile

24 lines
636 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2001/07/09 18:34:54 zuntum Exp $
#
DISTNAME= queue-repair-0.8.4
CATEGORIES= mail
MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/queue_repair/
MAINTAINER= zuntum@netbsd.org
COMMENT= check or correct most corruptions of the queue in qmail
DEPENDS+= python-*:../../lang/python
NO_BUILD= YES
post-patch:
${SED} "s,/usr/bin/python,${LOCALBASE}/bin/python," \
${WRKSRC}/queue_repair.py > ${WRKSRC}/queue_repair.py.done
${MV} ${WRKSRC}/queue_repair.py.done ${WRKSRC}/queue_repair.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue_repair
.include "../../mk/bsd.pkg.mk"