diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-16 18:05:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-16 18:05:32 +0000 |
commit | cd62836c8c9b2858a297fbca61e90dbc64d74438 (patch) | |
tree | 04af504d3511fdc0d9f9779d3ad858b286cfcf6d /lang/glibstdc++28 | |
parent | 53777764e198fee4e37ea6aad43bb5324b6ed44c (diff) | |
download | ports-cd62836c8c9b2858a297fbca61e90dbc64d74438.tar.gz ports-cd62836c8c9b2858a297fbca61e90dbc64d74438.zip |
Notes
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r-- | lang/glibstdc++28/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 23f4a1cb6f4a..a409a89ecf3c 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.5 1998/08/13 17:49:15 obrien Exp $ +# $Id: Makefile,v 1.6 1998/08/15 22:22:33 obrien Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -40,6 +40,6 @@ post-install: ${MV} ${PREFIX}/lib/libstdc++.a \ ${PREFIX}/${GCC28DIR} ${INSTALL_DATA} ${FILESDIR}/osfcn.h \ - ${GCC28SUBDIR}/include/g++ + ${PREFIX}/${GCC28SUBDIR}/include/g++ .include <bsd.port.mk> |