diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 14fff94a143..eba5d9dc3db 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/22 14:10:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/15 04:46:36 tv Exp $ # DISTNAME= jove4.16.0.63 @@ -12,7 +12,9 @@ COMMENT= Small emacs-style editor, but lacks the LISP engine NO_CONFIGURE= yes -MAKE_ENV+= ROOT_GROUP="${ROOT_GROUP}" -MAKE_ENV+= ROOT_USER="${ROOT_USER}" +MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q} +MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} +MAKE_FLAGS+= NROFF=${NROFF:Q} +.include "../../mk/nroff.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |