summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-03-23 22:44:00 +0000
committerxtraeme <xtraeme>2005-03-23 22:44:00 +0000
commit297b4dc865c20ab09fe50596aef4f8e25ed7ec5c (patch)
tree458058c086a64c76b4e501a218ef7483dcae948b /x11
parentfa5f7ff71f0737373edc45d6d5989dac6dd7da06 (diff)
downloadpkgsrc-297b4dc865c20ab09fe50596aef4f8e25ed7ec5c.tar.gz
Add PLIST.${OPSYS} into PLIST_SRC when OPSYS != NetBSD, problem
reported by Todd Willey on the tech-pkg@ list.
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile
index 946e57d56e1..cd001377d99 100644
--- a/x11/xorg-libs/Makefile
+++ b/x11/xorg-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/22 09:48:48 adam Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/23 22:44:00 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-libs-${XORG_VER}
@@ -60,6 +60,8 @@ pre-install:
PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}
PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}.i386
. endif
+.else
+PLIST_SRC+= ${.CURDIR}/PLIST.${OPSYS}
.endif
PLIST_SRC+= ${.CURDIR}/PLIST.common
.if ${OPSYS} != "Darwin"