summaryrefslogtreecommitdiff
path: root/textproc/qsubst
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/qsubst')
-rw-r--r--textproc/qsubst/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile
index 5384996fe25..c60209fc8d0 100644
--- a/textproc/qsubst/Makefile
+++ b/textproc/qsubst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:51 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/10 19:59:43 minskim Exp $
#
DISTNAME= qsubst-20010422
@@ -10,4 +10,7 @@ COMMENT= Query-replace strings in files
WRKSRC= ${WRKDIR}/qsubst
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
+MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE}
+
.include "../../mk/bsd.pkg.mk"