aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /x11/XFree86-4-libraries
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index c156d1bf582b..efa8999eb623 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -30,7 +30,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \
WRKDIR=${WRKDIR} \
DISTDIR=${DISTDIR}
ALL_TARGET= FreeBSDPortsBuild
-INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib
+INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib
MANCOMPRESSED= yes
MAN1= libxrx.1
MAN3= Xaw.3
@@ -39,9 +39,9 @@ MAN3= Xaw.3
# BuildXF86DRI is false for FreeBSD < 4.1
.if ${OSVERSION} < 410000
-PLIST_SUB+= OSMESA:="@comment "
+PLIST_SUB+= OSMESA:="@comment "
.else
-PLIST_SUB+= OSMESA:=""
+PLIST_SUB+= OSMESA:=""
.endif
.if defined(XDM_DES)