pkgsrc/sysutils/memtester/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

27 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/01/07 09:14:12 rillig Exp $
#
DISTNAME= memtester-4.0.5
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/memtester/
COMMENT= Utility for testing the memory subsystem for faults
NOT_FOR_PLATFORM= Interix-*-* # no m[un]lock(2), so not useful anyway
PKG_INSTALLATION_TYPES= overwrite pkgviews
DJB_RESTRICTED= NO
DJB_MAKE_TARGETS= NO
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/memtester
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/memtester ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/memtester.8 ${PREFIX}/${PKGMANDIR}/man8
${INSTALL_DATA} ${WRKSRC}/README.tests ${PREFIX}/share/doc/memtester
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"