pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xorg-server Correct PLIST substitution for NetBSD/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4056fc44fca
branches: trunk
changeset: 485014:d4056fc44fca
user: hira <hira%pkgsrc.org@localhost>
date: Thu Dec 02 22:53:58 2004 +0000
description:
Correct PLIST substitution for NetBSD/amd64.
diffstat:
x11/xorg-server/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 8f736cc7a409 -r d4056fc44fca x11/xorg-server/Makefile
--- a/x11/xorg-server/Makefile Thu Dec 02 22:23:46 2004 +0000
+++ b/x11/xorg-server/Makefile Thu Dec 02 22:53:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/11/15 11:15:55 hira Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/02 22:53:58 hira Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-server-${XORG_VER}
@@ -50,9 +50,9 @@
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64)
-PLIST_SUBST+= NOT_X86_64=""
+PLIST_SUBST+= NOT_X86_64="@comment "
.else
-PLIST_SUBST+= NOT_X86_64="@comment "
+PLIST_SUBST+= NOT_X86_64=""
.endif
post-install:
Home |
Main Index |
Thread Index |
Old Index