1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/xpdf/files/patch-aa

14 lines
328 B
Plaintext
Raw Normal View History

--- Makefile.orig Fri May 24 10:45:36 1996
+++ Makefile Wed May 29 13:21:40 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