svn commit: r303332 - head/x11-servers/xorg-server

Koop Mast kwm at FreeBSD.org
Wed Aug 29 11:30:32 UTC 2012


Author: kwm
Date: Wed Aug 29 11:30:31 2012
New Revision: 303332
URL: http://svn.freebsd.org/changeset/ports/303332

Log:
  Replace some spaces with tabs, and remove double defined variables in PLIST_SUB.

Modified:
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Wed Aug 29 10:54:47 2012	(r303331)
+++ head/x11-servers/xorg-server/Makefile	Wed Aug 29 11:30:31 2012	(r303332)
@@ -111,10 +111,10 @@ CONFIGURE_ARGS+=--enable-install-setuid=
 .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>



More information about the svn-ports-head mailing list