pkgsrc/mail/queue-repair/Makefile
jlam a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00

25 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/03/04 17:57:19 jlam Exp $
#
DISTNAME= queue-repair-0.9.0
PKGREVISION= 2
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
PKG_DESTDIR_SUPPORT= user-destdir
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"