summaryrefslogtreecommitdiff
path: root/x11/xtermset/patches/patch-aa
blob: 9685e4c1b9877828fa628ebfdf456087f6538e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1.1.1 1999/01/02 13:04:46 hubertf Exp $

--- Makefile.orig	Fri Jan  1 20:57:16 1999
+++ Makefile	Sat Jan  2 13:36:26 1999
@@ -1,10 +1,10 @@
 CC=gcc
 CFLAGS=-O2 -Wall
 INSTALL=/usr/bin/install -c
-PREFIX=/usr/local
+#PREFIX=/usr/local
 
 all: xtermset.o
-	${CC} -o xtermset $<
+	${CC} -o xtermset ${.ALLSRC}
 
 clean:
 	rm -f *.o xtermset core *~
@@ -13,4 +13,3 @@
 	${INSTALL} -m 0755 xtermset ${PREFIX}/bin
 	strip ${PREFIX}/bin/xtermset
 	${INSTALL} -m 0644 xtermset.1 ${PREFIX}/man/man1
-	gzip ${PREFIX}/man/man1/xtermset.1