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

13 lines
257 B
Plaintext
Raw Normal View History

--- Makefile.orig Sat Jan 13 11:11:55 1996
+++ Makefile Mon Feb 5 18:06:05 1996
@@ -11,6 +11,9 @@
cd ltk; make depend; make
cd xpdf; make depend; make
+install:
+ install -c xpdf/xpdf ${PREFIX}/bin
+
clean:
cd goo; make clean
cd ltk; make clean