diff options
-rw-r--r-- | graphics/svgalib/files/patch-doc::Makefile | 14 |
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 |