From 64f2b12619f447706c9a579d8039a4ba52284aec Mon Sep 17 00:00:00 2001 From: kleink Date: Sat, 9 Jan 1999 20:49:26 +0000 Subject: Get rid of obsolete chown(8) operand usage. --- textproc/unroff/scripts/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/unroff') 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 -- cgit v1.2.3