summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>2005-03-15 04:46:36 +0000
committertv <tv>2005-03-15 04:46:36 +0000
commitea8742d43a5881027e1326a1c9574a517f66692a (patch)
treec9d72d3e2d88d87bfcb6ac15a32f830c423cbf90 /editors
parentc6d17fedf1dfa23ccafde3e0423f20f84a45eabc (diff)
downloadpkgsrc-ea8742d43a5881027e1326a1c9574a517f66692a.tar.gz
Use nroff.buildlink3.mk to get ${NROFF}.
Diffstat (limited to 'editors')
-rw-r--r--editors/jove/Makefile8
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"