blob: 104a9f41a0ef1c672a4cef5446d14f41a2c4acb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Sun Mar 4 19:47:45 2001
+++ Makefile Sun Mar 4 19:49:36 2001
@@ -2,7 +2,7 @@
# Step 1: edit BINDIR to reflect where you want to put perltidy
# This is fairly standard:
-BINDIR = /usr/local/bin
+BINDIR = %%PREFIX%%/bin
# Step 2: edit MANDIR to reflect where you want to put the man page, perltidy.1
# or comment out MANDIR to skip installing a man page.
@@ -10,7 +10,7 @@
# Hint: if directory usr/local/man/man1 does not exist,
# you might find the man path by entering the command
# perl '-V:install.*' and looking for the value of 'installman1dir'
-MANDIR = /usr/local/man/man1
+MANDIR = %%MANPREFIX%%/man/man1
# Step 3: Then become superuser (if necessary) and issue the command
# make install
|