aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xorg-server/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 9ceebe011750..bfd45300ccc3 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -111,10 +111,10 @@ CONFIGURE_ARGS+=--enable-install-setuid=no
.endif
.if ${ARCH} == ia64
-PLIST_SUB+= IA64_NA="@comment "
-EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-ia64
+PLIST_SUB+= IA64_NA="@comment "
+EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-ia64
.else
-PLIST_SUB+= IA64_NA=""
+PLIST_SUB+= IA64_NA=""
.endif
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
@@ -155,10 +155,6 @@ post-patch:
.if defined(WITH_NEW_XORG)
post-install:
@${MKDIR} ${PREFIX}/share/X11/xorg.conf.d
-
-PLIST_SUB+= OLD="@comment " NEW=""
-.else
-PLIST_SUB+= OLD="" NEW="@comment "
.endif
.include <bsd.port.post.mk>