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
Peter Wemm 493c7ec4b9 xpdf 0.4 -> 0.5 (old file gone from master site)
Also install man pages, for what it's worth.
1996-05-30 11:11:14 +00:00

14 lines
328 B
Plaintext

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