pkgsrc/lang/elk/patches/patch-ag
seb 76aeaddfc5 Synchronize package version with reality: 3.0.3.
Regen the patches files (one file per patch).

Fix for NetBSD ELF platform: files/stab-elf.c and config/untested/elf-netbsd-cc
(by way of patches/patch-af) adjusted.
Thanks to Nick for the helping hand and to Alistair for the previous work.
This should close PR 13527.

Make X11 support conditional by way if the ELK_USE_X11 variable.

I tried to enable Motif support: only Motif 1.X should work but
even with the lesstif12 package it does not - it does compile though.
So Motif support if commented out but leaved in case someone want to fix
ELK.
2002-01-09 23:04:52 +00:00

15 lines
296 B
Text

$NetBSD: patch-ag,v 1.2 2002/01/09 23:04:56 seb Exp $
--- doc/man/Makefile.orig Tue Jul 25 16:20:17 1995
+++ doc/man/Makefile
@@ -7,5 +7,10 @@
elk.1.html: elk.1
$(UNROFF) $?
+default: elk.1
+
clean:
rm -f elk.ps elk.1.html
+
+install: elk.1
+ ${BSD_INSTALL_MAN} elk.1 ${PREFIX}/man/man1