summaryrefslogtreecommitdiff
path: root/textproc/unroff
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/unroff')
-rw-r--r--textproc/unroff/scripts/configure4
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