diff options
author | minskim <minskim> | 2006-06-10 19:59:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-10 19:59:43 +0000 |
commit | aa5d20432816acfa5b5ffb1120e89e94717da336 (patch) | |
tree | 6100c648a8ecc13bbac1fbfc62e721c229609eb6 /textproc/qsubst | |
parent | 2477d7390aa9ffd00a926cab443c01431cb383ef (diff) | |
download | pkgsrc-aa5d20432816acfa5b5ffb1120e89e94717da336.tar.gz |
Honor *OWN, *GRP, and *MODE.
Diffstat (limited to 'textproc/qsubst')
-rw-r--r-- | textproc/qsubst/Makefile | 5 |
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" |