mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
|
--- Makefile.orig Wed Oct 28 17:45:58 1998
|
||
|
+++ Makefile Mon Dec 6 14:36:17 1999
|
||
|
@@ -43,2 +43,7 @@
|
||
|
clean:
|
||
|
rm -f pstotext *.o core $(BUNDLE)
|
||
|
+
|
||
|
+install:
|
||
|
+ cp -p pstotext /usr/local/bin
|
||
|
+ cp -p pstotext.1 /usr/local/man/man1
|
||
|
+
|