1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/9term/files/patch-ac
Steve Price 13ae48cfbd - Fix MASTER_SITES
- Support CC/CFLAGS/X11BASE properly
- Add WWW: line to pkg/DESCR

PR:		16670
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-30 00:00:01 +00:00

12 lines
294 B
Plaintext

*** Makefile.orig Fri Feb 11 10:13:45 2000
--- Makefile Fri Feb 11 10:16:11 2000
***************
*** 0 ****
--- 1,6 ----
+ all:
+ (cd libtext; ${MAKE})
+ (cd 9term; ${MAKE})
+ install:
+ ${BSD_INSTALL_PROGRAM} 9term/9term $(PREFIX)/bin
+ ${BSD_INSTALL_MAN} 9term/9term.1 $(PREFIX)/man/man1