summaryrefslogtreecommitdiff
blob: 676d555ce375338dc2bee2d12da84668bf819d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Makefile
+++ b/Makefile
@@ -15,13 +15,8 @@
 #    this must be a directory that's in your bin PATH.
 # MANDIR holds the man page.
 
-BINDIR = /opt/local/bin
-#BINDIR = /usr/local/bin
-#BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
-# popular alternative
-#BINDIR = /opt/local/bin
-#MANDIR = /opt/local/man/man1
+BINDIR = /usr/bin
+MANDIR = /usr/share/man/man1
 
 
 ### if you have GNU gcc, use these definitions