diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-22 05:28:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-22 05:28:25 +0000 |
commit | 8de43af7c9d926190e756d9aed5fcc4c5cdab8e0 (patch) | |
tree | e21a0c3f004733fe47a502cad6f4196c165d415d /textproc/vis | |
parent | a06a70a65c6698083fbb09f3bbdb6e715455570a (diff) | |
download | pkgsrc-8de43af7c9d926190e756d9aed5fcc4c5cdab8e0.tar.gz |
Honor *OWN and *GRP.
Diffstat (limited to 'textproc/vis')
-rw-r--r-- | textproc/vis/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile index 67973f924e9..553e0d1dfba 100644 --- a/textproc/vis/Makefile +++ b/textproc/vis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/05/10 21:56:13 christos Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/22 05:28:25 minskim Exp $ # DISTNAME= vis-0.0 @@ -8,6 +8,9 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ MAINTAINER= christos@netbsd.org COMMENT= Convert strings from/to a visual format +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \ + MANOWN=${MANOWN} MANGRP=${MANGRP} + .include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.pkg.mk" |