pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Adjust path for compat_headers.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd0450e0e049
branches:  trunk
changeset: 542636:fd0450e0e049
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 24 03:40:35 2008 +0000

description:
Adjust path for compat_headers.

diffstat:

 mk/bsd.prefs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a05cfbf1810d -r fd0450e0e049 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sat May 24 03:39:29 2008 +0000
+++ b/mk/bsd.prefs.mk   Sat May 24 03:40:35 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.282 2008/05/22 15:48:13 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.283 2008/05/24 03:40:35 tnn Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -493,8 +493,8 @@
     empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake) && \
     empty(PKGPATH:M*/install-sh) && empty(PKGPATH:M*/tnftp) && \
     empty(PKGPATH:M*/pax) && \
-    exists(../../pkgtools/posix_headers/buildlink3.mk)
-.  include "../../pkgtools/posix_headers/buildlink3.mk"
+    exists(../../pkgtools/compat_headers/buildlink3.mk)
+.  include "../../pkgtools/compat_headers/buildlink3.mk"
 .endif
 
 .if ${X11_TYPE} == "modular"



Home | Main Index | Thread Index | Old Index