summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-01-25 17:49:57 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-01-25 17:49:57 +0000
commit8bf226c7817f4026315cae62765b2f40694c7ea4 (patch)
tree2df71c7e15b62c5322e45f9297cdfb08b1beaff9 /meta-pkgs
parentc663fd9cd96de0500163485f9a042db86ac9cea8 (diff)
downloadpkgsrc-8bf226c7817f4026315cae62765b2f40694c7ea4.tar.gz
Apply patches from Todd Willey for DragonFlyBSD, this closes PR pkg/29042.
Thank you!
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xorg/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common
index 80bf25db014..cc3a2d7eea7 100644
--- a/meta-pkgs/xorg/Makefile.common
+++ b/meta-pkgs/xorg/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2005/01/24 10:57:27 hira Exp $
+# $NetBSD: Makefile.common,v 1.16 2005/01/25 17:49:57 xtraeme Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -211,7 +211,9 @@ post-extract:
@${LN} -sf ${X11ROOT}/lib/X11/config/version.def ${WRKSRC}/config/cf
@${LN} -sf ${X11ROOT}/lib/X11/config/date.def ${WRKSRC}/config/cf
- @${TOUCH} ${WRKSRC}/config/cf/DragonFly.cf
+.if ${OPSYS} == "DragonFly"
+ @${CP} ../../x11/xorg-libs/files/DragonFly.cf ${WRKSRC}/config/cf/
+.endif
. for F in ${SYSTEMS}
@${MV} ${WRKSRC}/config/cf/${F}.cf \