aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpdf/files/patch-aa
blob: c22dbaed4d995b3c80b759580ecc10e7e8ed5f74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	Wed May  1 17:52:04 1996
+++ Makefile	Wed May  1 17:53:14 1996
@@ -21,8 +21,8 @@
 	cd xpdf; make pdftops
 
 install:
-	install -c xpdf/xpdf $(PREFIX)/bin
-	install -c xpdf/pdftops $(PREFIX)/bin
+	install -c xpdf/xpdf $(X11BASE)/bin
+	install -c xpdf/pdftops $(X11BASE)/bin
 
 clean:
 	cd goo; make clean