fix typo.
Submitted by: "Michael V. Harding" <mvh@netcom.com>
This commit is contained in:
parent
a0ae05a1d7
commit
fa3b98758a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12533
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Date created: 03 Mar 1998
|
||||
# Whom: David O'Brien <obrien@NUXI.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/08/07 22:49:30 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/13 17:49:15 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libstdc++-2.8.1.1
|
||||
|
@ -39,7 +39,7 @@ post-install:
|
|||
${PREFIX}/${GCC28DIR}
|
||||
${MV} ${PREFIX}/lib/libstdc++.a \
|
||||
${PREFIX}/${GCC28DIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/osfnc.h \
|
||||
${INSTALL_DATA} ${FILESDIR}/osfcn.h \
|
||||
${GCC28SUBDIR}/include/g++
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
%%GCC28SUBDIR%%/include/g++/istream.h
|
||||
%%GCC28SUBDIR%%/include/g++/libio.h
|
||||
%%GCC28SUBDIR%%/include/g++/libioP.h
|
||||
%%GCC28SUBDIR%%/include/g++/osfnc.h
|
||||
%%GCC28SUBDIR%%/include/g++/osfcn.h
|
||||
%%GCC28SUBDIR%%/include/g++/ostream.h
|
||||
%%GCC28SUBDIR%%/include/g++/parsestream.h
|
||||
%%GCC28SUBDIR%%/include/g++/pfstream.h
|
||||
|
|
Loading…
Reference in a new issue