1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/svgalib/files/patch-doc::Makefile
2001-06-19 15:22:27 +00:00

15 lines
336 B
Plaintext

$FreeBSD$
--- doc/Makefile 2001/06/19 15:18:58 1.1
+++ doc/Makefile 2001/06/19 15:19:16
@@ -91,7 +91,7 @@
bfile=`echo $$file | sed 's/.gz$$//'`; \
gunzip < $$file > $(mandir)/$$bfile; \
chmod 644 $(mandir)/$$bfile; \
- chown root.bin $(mandir)/$$bfile; \
+ chown root:bin $(mandir)/$$bfile; \
done; \
done
endif