mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13ae48cfbd
- Support CC/CFLAGS/X11BASE properly - Add WWW: line to pkg/DESCR PR: 16670 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
294 B
Plaintext
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
|