From 8886db3cc38741ff06945188bf406ed266a13c5c Mon Sep 17 00:00:00 2001 From: hira Date: Thu, 2 Dec 2004 22:53:58 +0000 Subject: Correct PLIST substitution for NetBSD/amd64. --- x11/xorg-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xorg-server') diff --git a/x11/xorg-server/Makefile b/x11/xorg-server/Makefile index c15175b4e5c..bb66ffb75b4 100644 --- a/x11/xorg-server/Makefile +++ b/x11/xorg-server/Makefile @@ -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 @@ USE_PERL5= build # Yeah, we need this :-) .endif .if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) -PLIST_SUBST+= NOT_X86_64="" -.else PLIST_SUBST+= NOT_X86_64="@comment " +.else +PLIST_SUBST+= NOT_X86_64="" .endif post-install: -- cgit v1.2.3