summaryrefslogtreecommitdiff
path: root/misc/xdf
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-07-09 15:07:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-07-09 15:07:34 +0000
commit8aa32a9df98a4b5f47e2af675357c8650866b94e (patch)
tree049f9de100d7d4c28db5496ba43f5c57490a6a2f /misc/xdf
parentupdate to picp-0.5d (diff)
Correct chown syntax.
PR: 54242 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=84526
Diffstat (limited to 'misc/xdf')
-rw-r--r--misc/xdf/files/patch-Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/xdf/files/patch-Makefile b/misc/xdf/files/patch-Makefile
index dde4d56b5468..090309cc12e3 100644
--- a/misc/xdf/files/patch-Makefile
+++ b/misc/xdf/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Nov 13 05:06:28 2002
-+++ Makefile Thu Jan 16 04:47:43 2003
+--- Makefile.orig Wed Nov 13 14:06:28 2002
++++ Makefile Wed Jul 9 17:04:06 2003
@@ -7,9 +7,7 @@
# on Linux systems "make ; make install" (run as superuser) should do everything
#
@@ -20,3 +20,12 @@
SOURCES.h =
SOURCES.c =
SOURCES.G =
+@@ -110,7 +108,7 @@
+ install:
+ cp $(PROGRAM) $(INSTALLPATH)
+ cd $(INSTALLPATH)
+- chown root.bin $(PROGRAM)
++ chown root:bin $(PROGRAM)
+ chmod 755 $(PROGRAM)
+
+ run: