summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-29 08:59:15 +0000
committerxtraeme <xtraeme>2004-07-29 08:59:15 +0000
commit03739ff3a61149f9b3a9323db4ad3946dc603e9a (patch)
tree45113a27a8b4baf4d3d9076d75bfa7a0e506b86b
parentdca40872f07baa3d139ac89c46414f24aacf52b0 (diff)
downloadpkgsrc-03739ff3a61149f9b3a9323db4ad3946dc603e9a.tar.gz
Minor nits.
-rw-r--r--meta-pkgs/XFree86/Makefile.common6
-rw-r--r--meta-pkgs/xorg/Makefile.common8
2 files changed, 5 insertions, 9 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common
index adf12052235..dcd18ba5f47 100644
--- a/meta-pkgs/XFree86/Makefile.common
+++ b/meta-pkgs/XFree86/Makefile.common
@@ -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 @@ do-install:
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 --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common
index b85711ac5bd..287a9842b2c 100644
--- a/meta-pkgs/xorg/Makefile.common
+++ b/meta-pkgs/xorg/Makefile.common
@@ -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 @@ NO_MTREE= # defined
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 @@ do-install:
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)