1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/9term/files/patch-ac
Satoshi Asami 4a6b440781 Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once!

Submitted by:	 Eric L. Hernes <erich@lodgenet.com>
1995-08-14 04:08:02 +00:00

16 lines
362 B
Plaintext

*** Makefile.orig Fri Aug 11 15:57:26 1995
--- Makefile Fri Aug 11 16:04:30 1995
***************
*** 0 ****
--- 1,10 ----
+
+ MAN=man
+ all:
+ (cd libtext; make)
+ (cd 9term; make)
+ install:
+ $(INSTALL) -c 9term/9term $(PREFIX)/bin/
+ $(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/
+ strip $(PREFIX)/bin/9term
+ gzip -9nf $(PREFIX)/man/man1/9term.1