summaryrefslogtreecommitdiff
path: root/meta-pkgs/xorg
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-29 08:59:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-29 08:59:15 +0000
commit3109fcd97defacc8672928e37dbaeaaf866bce3f (patch)
tree45113a27a8b4baf4d3d9076d75bfa7a0e506b86b /meta-pkgs/xorg
parent02899224fc32d2945da13674cbc2f90c0860f981 (diff)
downloadpkgsrc-3109fcd97defacc8672928e37dbaeaaf866bce3f.tar.gz
Minor nits.
Diffstat (limited to 'meta-pkgs/xorg')
-rw-r--r--meta-pkgs/xorg/Makefile.common8
1 files changed, 3 insertions, 5 deletions
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)