pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs Minor nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/383aa20b8634
branches:  trunk
changeset: 478759:383aa20b8634
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jul 29 08:59:15 2004 +0000

description:
Minor nits.

diffstat:

 meta-pkgs/XFree86/Makefile.common |  6 ++----
 meta-pkgs/xorg/Makefile.common    |  8 +++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 98105b573589 -r 383aa20b8634 meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Thu Jul 29 07:42:12 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Thu Jul 29 08:59:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/07/21 23:49:36 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/07/29 08:59:15 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -238,8 +238,6 @@
        done
 .  endif
 
-.endif # NO_XFREE86_TARGETS
-
+.endif # !defined(NO_XFREE86_TARGETS)
 .endif # !defined(XFREE86_ONLY_DIRS) || empty(XFREE86_ONLY_DIRS:M[Yy][Ee][Ss])
-
 .endif # !defined(XFREE86_MAKEFILE_COMMON)
diff -r 98105b573589 -r 383aa20b8634 meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Thu Jul 29 07:42:12 2004 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Thu Jul 29 08:59:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/07/29 06:36:34 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/07/29 08:59:15 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -106,7 +106,7 @@
 X11ROOT_PREFIX?=       xorg
 WRKSRC?=               ${WRKDIR}/xc
 X11ROOT?=              ${PREFIX}/${X11ROOT_PREFIX}
-PREPEND_PATH=          ${X11ROOT}/bin # Make sure we have this in PATH :)
+PREPEND_PATH+=         ${X11ROOT}/bin # Make sure we have this in PATH :)
 
 PLIST_SUBST+=          X11ROOT_PREFIX=${X11ROOT_PREFIX}
 MESSAGE_SUBST+=                X11ROOT=${X11ROOT}
@@ -231,8 +231,6 @@
        done
 .  endif
 
-.endif # NO_XORG_TARGETS
-
+.endif # !defined(XORG_TARGETS)
 .endif # !defined(XORG_ONLY_DIRS) || empty(XORG_ONLY_DIRS:M[Yy][Ee][Ss])
-
 .endif # !defined(XORG_MAKEFILE_COMMON)



Home | Main Index | Thread Index | Old Index