pkgsrc/mail/queue_repair/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00

19 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/09/21 23:46:53 jlam 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
NO_BUILD= YES
PYTHON_PATCH_SCRIPTS= queue_repair.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue_repair
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"