Remove very old obsolete references to a.out and PORTOBJFORMAT from 12.6
Approved by: gjb
This commit is contained in:
parent
2d35e838fb
commit
30fc0b2493
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41239
1 changed files with 1 additions and 14 deletions
|
@ -16050,23 +16050,10 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
.if ${OSVERSION} > 300003
|
||||
BROKEN= perl is in system
|
||||
.endif
|
||||
|
||||
# only one shlib version number for ELF
|
||||
.if ${PORTOBJFORMAT} == "elf"
|
||||
TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR}
|
||||
.else
|
||||
TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
.endif
|
||||
|
||||
# software already makes link for ELF, but not for a.out
|
||||
post-install:
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
${LN} -sf liblinpack.so.1.0 ${PREFIX}/lib/liblinpack.so
|
||||
.endif</programlisting>
|
||||
</programlisting>
|
||||
|
||||
<para>You did remember to use tab instead of spaces after
|
||||
<literal>BROKEN=</literal> and
|
||||
<literal>TCL_LIB_FILE=</literal>, did you not?
|
||||
<!-- smiley -->:-).</para>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue