pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/compat12 Set NO_BUILD and NO_MTREE to yes in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f9800ed9483
branches:  trunk
changeset: 494361:8f9800ed9483
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 09:27:48 2005 +0000

description:
Set NO_BUILD and NO_MTREE to yes instead of #defined.

diffstat:

 emulators/compat12/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5ea008d33e03 -r 8f9800ed9483 emulators/compat12/Makefile
--- a/emulators/compat12/Makefile       Mon May 23 09:26:53 2005 +0000
+++ b/emulators/compat12/Makefile       Mon May 23 09:27:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/15 18:40:50 kristerw Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/23 09:27:48 rillig Exp $
 #
 
 DISTNAME=              compat12-${MACHINE_ARCH}
@@ -13,8 +13,8 @@
 ONLY_FOR_PLATFORM=     NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-ns32k \
                        NetBSD-*-sparc
 
-NO_BUILD=              # defined
-NO_MTREE=              # defined
+NO_BUILD=              yes
+NO_MTREE=              yes
 SHLIB_HANDLING=                NO
 USE_PKGINSTALL=                YES
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL



Home | Main Index | Thread Index | Old Index