diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:49:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:49:31 +0000 |
commit | 48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb (patch) | |
tree | 280707e74f830bfd20743509d70fc602de263601 /lang/glibstdc++28/Makefile | |
parent | 3103ea2f760bed4702caf6db3c767ed3f4289194 (diff) | |
download | ports-48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb.tar.gz ports-48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb.zip |
Notes
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r-- | lang/glibstdc++28/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 0e1a66aaab30..a401f1283eff 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.2 1998/03/11 12:25:31 obrien Exp $ +# $Id: Makefile,v 1.3 1998/04/20 10:36:05 obrien Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -21,14 +21,13 @@ RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ CC= gcc28 CXX= g++28 -GNUOSREL!= uname -r | sed -e 's/[-(].*//' -GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${GNUOSREL}/2.8.1 +GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1 GNU_CONFIGURE= yes USE_GMAKE= yes PLIST= ${WRKDIR}/PLIST.fixedup pre-install: - ${SED} -e 's:%%GNUOSREL%%:${GNUOSREL}:' \ + ${SED} -e 's:%%GNUOSREL%%:${OSREL}:' \ -e 's:%%GCC28SUBDIR%%:${GCC28DIR}:' \ ${PKGDIR}/PLIST > ${PLIST} |