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

16 lines
362 B
Plaintext
Raw Normal View History

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