summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-19 15:22:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-19 15:22:27 +0000
commit29ca0356c2bb2fb2123b3d45515daeaa3ce4b79a (patch)
treed3e215fedce460aeaf39c04e35ec80f71c835a36 /graphics
parentUpdate md5 checksum - no changes in the content of the tarball other than (diff)
Fix a breakage caused by changed chown semantics.
Submitted by: sf
Notes
Notes: svn path=/head/; revision=44227
Diffstat (limited to 'graphics')
-rw-r--r--graphics/svgalib/files/patch-doc::Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-doc::Makefile b/graphics/svgalib/files/patch-doc::Makefile
new file mode 100644
index 000000000000..20f409e395cc
--- /dev/null
+++ b/graphics/svgalib/files/patch-doc::Makefile
@@ -0,0 +1,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