summaryrefslogtreecommitdiff
path: root/x11/9term/patches/patch-ac
blob: 5ba1ddd5bee362a6d06c399f4f13c26088384a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1.1.1 2000/12/14 00:57:42 wiz Exp $

--- /dev/null	Fri Sep 26 16:38:09 1997
+++ Makefile	Fri Sep 26 16:44:28 1997
@@ -0,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