pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dmidecode Supports DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53844f11bba7
branches:  trunk
changeset: 532079:53844f11bba7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 10 23:25:02 2007 +0000

description:
Supports DESTDIR installation.

diffstat:

 sysutils/dmidecode/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b3f7cd956e6f -r 53844f11bba7 sysutils/dmidecode/Makefile
--- a/sysutils/dmidecode/Makefile       Fri Aug 10 23:22:42 2007 +0000
+++ b/sysutils/dmidecode/Makefile       Fri Aug 10 23:25:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/07/17 18:38:43 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2007/08/10 23:25:02 joerg Exp $
 #
 
 DISTNAME=      dmidecode-2.8
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.nongnu.org/dmidecode/
 COMMENT=       Print out DMI (SMBIOS) table in human-readable format
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index