pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xorg-libs Add PLIST.${OPSYS} into PLIST_SRC when O...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0bc69112835
branches: trunk
changeset: 491411:a0bc69112835
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Mar 23 22:44:00 2005 +0000
description:
Add PLIST.${OPSYS} into PLIST_SRC when OPSYS != NetBSD, problem
reported by Todd Willey on the tech-pkg@ list.
diffstat:
x11/xorg-libs/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0b9da7600882 -r a0bc69112835 x11/xorg-libs/Makefile
--- a/x11/xorg-libs/Makefile Wed Mar 23 22:40:17 2005 +0000
+++ b/x11/xorg-libs/Makefile Wed Mar 23 22:44:00 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index