summary refs log tree commit diff
path: root/port/file2c/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-27 18:30:30 -0500
committerJune McEnroe <june@causal.agency>2018-11-27 18:30:30 -0500
commitd8461b7b3ac53eb01d1793937d3b9f60cceae049 (patch)
treec348db1e9419274b32445aa311de0aab0eb2985b /port/file2c/Makefile
parentUn-hardcode fortune(6) path in cgram (diff)
downloadsrc-d8461b7b3ac53eb01d1793937d3b9f60cceae049.tar.gz
src-d8461b7b3ac53eb01d1793937d3b9f60cceae049.zip
Fix ports for Linux
Diffstat (limited to 'port/file2c/Makefile')
-rw-r--r--port/file2c/Makefile4
1 files changed, 1 insertions, 3 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