![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / mail / queue-repair / Makefile (download)
Revision 1.8, Mon Oct 8 12:19:29 2012 UTC (11 years, 2 months ago) by asau
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.8 2012/10/08 12:19:29 asau Exp $ # DISTNAME= queue-repair-0.9.0 PKGREVISION= 5 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 PYTHON_PATCH_SCRIPTS= 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"