pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Revert, the location of xdg-x11 is hardwired in oth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c188521ac27
branches:  trunk
changeset: 523481:7c188521ac27
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 08 15:33:13 2007 +0000

description:
Revert, the location of xdg-x11 is hardwired in other places.

diffstat:

 mk/dirs.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 1d5c2afdc42e -r 7c188521ac27 mk/dirs.mk
--- a/mk/dirs.mk        Mon Jan 08 15:21:13 2007 +0000
+++ b/mk/dirs.mk        Mon Jan 08 15:33:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.9 2007/01/08 15:20:28 joerg Exp $
+# $NetBSD: dirs.mk,v 1.10 2007/01/08 15:33:13 joerg Exp $
 #
 
 .if !defined(DIRS_MK)
@@ -60,11 +60,7 @@
 .endif
 
 .if !empty(_USE_XDG_X11_DIRS)
-.  if ${X11_TYPE} == "modular"
-.    include "../../misc/xdg-dirs/dirs.mk"
-.  else
-.    include "../../misc/xdg-x11-dirs/dirs.mk"
-.  endif
+.  include "../../misc/xdg-x11-dirs/dirs.mk"
 .endif
 
 .if !empty(_USE_XORG_DIRS)



Home | Main Index | Thread Index | Old Index