diff options
-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 \ |