summary refs log tree commit diff
path: root/port/file2c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--port/file2c/Makefile4
-rw-r--r--port/file2c/file2c.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/port/file2c/Makefile b/port/file2c/Makefile
index b8b03e3c..5917b82d 100644
--- a/port/file2c/Makefile
+++ b/port/file2c/Makefile
@@ -1,11 +1,9 @@
-PREFIX = ~/.local
-
 file2c:
 
 clean:
 	rm -f file2c
 
-install:
+install: file2c file2c.1
 	mkdir -p ~/.local/bin ~/.local/share/man/man1
 	cp file2c ~/.local/bin
 	cp file2c.1 ~/.local/share/man/man1
diff --git a/port/file2c/file2c.c b/port/file2c/file2c.c
index d5c7815d..cff7f602 100644
--- a/port/file2c/file2c.c
+++ b/port/file2c/file2c.c
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: releng/11.2/usr.bin/file2c/file2c.c 200462 2009-12-13 03:14:06Z delphij $");
+//__FBSDID("$FreeBSD: releng/11.2/usr.bin/file2c/file2c.c 200462 2009-12-13 03:14:06Z delphij $");
 
 #include <limits.h>
 #include <stdio.h>
@@ -20,7 +20,7 @@ usage(void)
 {
 
 	fprintf(stderr, "usage: %s [-sx] [-n count] [prefix [suffix]]\n",
-	    getprogname());
+	    "file2c");
 	exit(1);
 }
 
ok at it. 2017-12-08Day 7June McEnroe 2017-12-06Day 6, part 2June McEnroe 2017-12-06Day 6June McEnroe 2017-12-05Day 5, part 2June McEnroe 2017-12-05Day 5June McEnroe 2017-12-04Day 4, part 2June McEnroe That ugly sort map though. 2017-12-04Day 4June McEnroe 2017-12-03Day 3, part 2June McEnroe I am super surprised that worked on the first try. 2017-12-03Day 3, clean upJune McEnroe 2017-12-03Day 3June McEnroe This is fucking awful and I'm angry. 2017-12-02Day 2, part 2June McEnroe 2017-12-02Day 2June McEnroe 2017-12-01Day 1, part 2June McEnroe 2017-12-01Day 1June McEnroe 2017-11-27Move to 2016 directoryJune McEnroe