diff options
author | kleink <kleink> | 1999-01-09 20:49:26 +0000 |
---|---|---|
committer | kleink <kleink> | 1999-01-09 20:49:26 +0000 |
commit | 970a3d2515d37a6f117053a291664bc2c2e9f92b (patch) | |
tree | 05da6f8ab664235e90139c74a588410307f679b6 /textproc/unroff | |
parent | 230569dd6e9028987c36c6d6499ae56c1a94b0c5 (diff) | |
download | pkgsrc-970a3d2515d37a6f117053a291664bc2c2e9f92b.tar.gz |
Get rid of obsolete chown(8) operand usage.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unroff/scripts/configure b/textproc/unroff/scripts/configure index 4b33ebcbbf1..b8e8927ecb8 100644 --- a/textproc/unroff/scripts/configure +++ b/textproc/unroff/scripts/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: configure,v 1.3 1998/08/07 11:14:15 agc Exp $ +# $NetBSD: configure,v 1.4 1999/01/09 20:49:27 kleink Exp $ # # write a small makefile to ${WRKSRC} @@ -22,7 +22,7 @@ install: cp doc/manual.ms \${LIBDIR}/doc @mkdir -p \${LIBDIR}/misc cp doc/tmac.hyper misc/sample.unroff \${LIBDIR}/misc - @chown -R bin.bin \${LIBDIR} + @chown -R bin:bin \${LIBDIR} install -c -m 644 -o bin -g bin doc/*.1 \${MANDIR} EOF |