summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /lang/glibstdc++28
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r--lang/glibstdc++28/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index cca0f5601675..016446ab88c7 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -1,4 +1,3 @@
-# ex:ts=8
# Ports collection makefile for: GNU libstdc++
# Date created: 03 Mar 1998
# Whom: David O'Brien <obrien@NUXI.com>
@@ -27,9 +26,9 @@ NO_CDROM= 'old version, not worth the cost in real estate'
CC= gcc28
CXX= g++28
.if ${PORTOBJFORMAT} == "elf"
-CONFIGURE_TARGET= i386-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= i386-portbld-freebsd${OSREL}
.else
-CONFIGURE_TARGET= i386-portbld-freebsdaout${OSREL}
+CONFIGURE_TARGET= i386-portbld-freebsdaout${OSREL}
.endif
GCC28DIR= lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1
GNU_CONFIGURE= yes