summaryrefslogtreecommitdiff
path: root/graphics/svgalib/files/patch-doc::Makefile
blob: 20f409e395cc0a3bb9734888e90f1f1ca36e6c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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