diff options
author | John Fieber <jfieber@FreeBSD.org> | 1998-03-09 03:46:16 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1998-03-09 03:46:16 +0000 |
commit | a9cc5728f7cde26e20048c96c54527e4842a5f70 (patch) | |
tree | 9f137f3afbb367e7bd2e5a92e68b3cf9c831ee15 /lang/gcc28 | |
parent | Include the regularly-scheduled post-beta-release patch. (diff) |
Fix missing brace in the pre-install target.
Diffstat (limited to 'lang/gcc28')
-rw-r--r-- | lang/gcc28/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index e08168699727..76b5be3d44e7 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Jan 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.3 1998/03/05 03:29:58 obrien Exp $ +# $Id: Makefile,v 1.4 1998/03/06 05:54:19 obrien Exp $ # DISTNAME= gcc-2.8.0 @@ -28,7 +28,7 @@ pre-fetch: pre-install: @${SED} -e 's:%GNUHOST%:${GNUHOST}:' ${PKGDIR}/PLIST \ - > ${PLIST + > ${PLIST} post-install: @${RM} -f ${PREFIX}/bin/c++ |