diff options
author | zuntum <zuntum> | 2001-03-31 08:57:14 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-31 08:57:14 +0000 |
commit | 5cd4ab0e9a9c486b55fd1e763000b570ea5bcaa4 (patch) | |
tree | e01b8557095e9a9a1c88f5fd82f393ce19e31b96 /editors | |
parent | d4c05d06d7eaa27cf86f42441abb7ea82058c3f8 (diff) | |
download | pkgsrc-5cd4ab0e9a9c486b55fd1e763000b570ea5bcaa4.tar.gz |
Fix quoting
Diffstat (limited to 'editors')
-rw-r--r-- | editors/manedit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index b513a2dce4c..9b5fa9c4c83 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/16 20:53:02 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/31 08:57:14 zuntum Exp $ # DISTNAME= ${PKGNAME:S,manedit-,manedit,} @@ -15,10 +15,7 @@ DEPENDS+= gtk+-*:../../x11/gtk WRKSRC= ${WRKDIR}/${DISTNAME}/manedit -MAKE_ENV+= "CC=${CC}" \ - "CFLAGS=${CFLAGS}" \ - "CPP=${CXX}" \ - "PREFIX=${PREFIX}" +MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" CPP="${CXX}" PREFIX="${PREFIX}" post-patch: ${SED} -e "s,@PREFIX@,${PREFIX},g" ${WRKSRC}/manedit.1 \ |