pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/memtester Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/758a7f407613
branches:  trunk
changeset: 478704:758a7f407613
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 28 16:03:47 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 sysutils/memtester/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c6d37c9c438d -r 758a7f407613 sysutils/memtester/Makefile
--- a/sysutils/memtester/Makefile       Wed Jul 28 16:00:00 2004 +0000
+++ b/sysutils/memtester/Makefile       Wed Jul 28 16:03:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/28 16:03:47 schmonz Exp $
 #
 
 DISTNAME=      memtester-2.93.1
@@ -10,8 +10,12 @@
 HOMEPAGE=      http://www.qcc.ca/~charlesc/software/memtester/
 COMMENT=       Utility to test for faulty memory subsystem
 
-USE_GNU_TOOLS+=        make
-USE_BUILDLINK3=        yes
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_GNU_TOOLS+=                make
+USE_BUILDLINK3=                yes
+
+INSTALLATION_DIRS=     bin man/man1
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/memtest ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index