diff options
author | tv <tv@pkgsrc.org> | 2005-03-15 04:46:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-15 04:46:36 +0000 |
commit | abcd91db7a538cf58ee7d5dab2bacd32cc10fdac (patch) | |
tree | c9d72d3e2d88d87bfcb6ac15a32f830c423cbf90 /editors | |
parent | 0d436c3cfd3514fd1c8865b401b24d618383deea (diff) | |
download | pkgsrc-abcd91db7a538cf58ee7d5dab2bacd32cc10fdac.tar.gz |
Use nroff.buildlink3.mk to get ${NROFF}.
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" |