1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/graphics/xpdf/files/patch-aa

14 lines
322 B
Plaintext
Raw Normal View History

--- 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