aboutsummaryrefslogtreecommitdiffstats
path: root/devel/perltidy/files/patch-Makefile
blob: 38f1e4cf6cedc3f0d27a74d021fc99cb0eeb2733 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	Fri Mar 30 02:32:59 2001
+++ Makefile	Fri Mar 30 02:34:11 2001
@@ -2,14 +2,14 @@
 
 # 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.
 # (Man pages can be found on the web at http://perltidy.sourceforge.net)
 #
 # Note: The value of MANDIR varies a lot, so be sure to check this.
-MANDIR	= /usr/local/man/man1
+MANDIR	= %%MANPREFIX%%/man/man1
 
 # Step 3: Then become superuser (if necessary) and issue the command
 # make install