1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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

This commit is contained in:
Koop Mast 2012-08-29 11:30:31 +00:00
parent 5e7369feb3
commit 2c361035bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303332

View File

@ -111,10 +111,10 @@ CONFIGURE_ARGS+=--enable-install-setuid=no
.endif .endif
.if ${ARCH} == ia64 .if ${ARCH} == ia64
PLIST_SUB+= IA64_NA="@comment " PLIST_SUB+= IA64_NA="@comment "
EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-ia64 EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-ia64
.else .else
PLIST_SUB+= IA64_NA="" PLIST_SUB+= IA64_NA=""
.endif .endif
.if ${ARCH} == powerpc || ${ARCH} == powerpc64 .if ${ARCH} == powerpc || ${ARCH} == powerpc64
@ -155,10 +155,6 @@ post-patch:
.if defined(WITH_NEW_XORG) .if defined(WITH_NEW_XORG)
post-install: post-install:
@${MKDIR} ${PREFIX}/share/X11/xorg.conf.d @${MKDIR} ${PREFIX}/share/X11/xorg.conf.d
PLIST_SUB+= OLD="@comment " NEW=""
.else
PLIST_SUB+= OLD="" NEW="@comment "
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>