pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/dfdisk Unbreak by adding NO_BUILD=yes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/205104064a98
branches:  trunk
changeset: 505889:205104064a98
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 21:00:22 2006 +0000

description:
Unbreak by adding NO_BUILD=yes.

diffstat:

 pkgtools/dfdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 34a2abd19135 -r 205104064a98 pkgtools/dfdisk/Makefile
--- a/pkgtools/dfdisk/Makefile  Sun Jan 08 20:55:46 2006 +0000
+++ b/pkgtools/dfdisk/Makefile  Sun Jan 08 21:00:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/01/06 17:28:20 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/08 21:00:22 joerg Exp $
 #
 
 DISTNAME=      dfdisk-1.0
@@ -12,6 +12,7 @@
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes
 NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 EGDIR=         ${PREFIX}/share/examples/dfdisk
 CONF_FILES=    ${EGDIR}/dfdisk.conf ${PKG_SYSCONFDIR}/dfdisk.conf



Home | Main Index | Thread Index | Old Index