diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-16 15:25:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-16 15:25:31 +0000 |
commit | 0fafed7974a36b3342261d155a5ad248ec944eb2 (patch) | |
tree | fa0e1fe1cf96775d246aae52ce1c39c507d32764 /lang/gcc34 | |
parent | ebf26edb632f4f8f33c9b037fc18ad945cf0d038 (diff) | |
download | pkgsrc-0fafed7974a36b3342261d155a5ad248ec944eb2.tar.gz |
Fix a number of GENERATE_PLIST entries to always have a terminating ;
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index bf728e0a36d..973f84db657 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/06/14 22:58:02 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/06/16 15:25:31 joerg Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -239,7 +239,7 @@ do-install: GENERATE_PLIST+= \ ${FIND} ${GCC_PREFIX} \( -type f -o -type l \) -print \ - | ${SORT} | ${SED} -e "s,${PREFIX}/,,g" + | ${SORT} | ${SED} -e "s,${PREFIX}/,,g"; .include "../../mk/bsd.prefs.mk" .if !empty(BUILD_ADA:M[Yy][Ee][Ss]) |