From 4eed590d5b240a0865413a50305339ff9e813392 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 19 Nov 1997 16:41:21 +0000 Subject: Eliminate a nasty and horrible kluge by using the BSD.x11.dist when checking the directory tree for an X11 package. --- mk/bsd.pkg.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index b8d5981c950..e7f29634f1a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.17 1997/11/10 08:07:29 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.18 1997/11/19 16:41:21 agc Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -505,12 +505,7 @@ EXTRACT_BEFORE_ARGS?= -xzf # Figure out where the local mtree file is .if !defined(MTREE_FILE) .if defined(USE_IMAKE) || defined(USE_X11) -.if (${OPSYS} == "NetBSD") -# XXX - agc - this is temporary, and will change when NetBSD has an X11 mtree file -MTREE_FILE= /etc/mtree/BSD.pkg.dist -.else MTREE_FILE= /etc/mtree/BSD.x11.dist -.endif .else .if (${OPSYS} == "NetBSD") MTREE_FILE= /etc/mtree/BSD.pkg.dist -- cgit v1.2.3