summaryrefslogtreecommitdiff
path: root/x11/eterm/patches/patch-ab
blob: 08a5064bf54d508b7a3047b174df241046a09442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 1999/10/28 00:31:59 jlam Exp $

--- doc/Makefile.in.orig	Mon Apr 26 10:54:04 1999
+++ doc/Makefile.in	Mon Oct 25 16:29:33 1999
@@ -253,7 +253,7 @@
 	$(SED) -e 's%@''VERSION''@%$(VERSION)%g' -e 's%@''DATE''@%$(DATE)%g' -e 's%@THEMEDIR@%$(pkgdatadir)/themes%g' $@.in > $@
 
 Eterm.1.html: Eterm.1
-	-nroff -man $< | man2html > $@
+	-nroff -man Eterm.1 | man2html > $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.