openbsd-ports/textproc/sgmlformat/patches/patch-instant
matthieu f2f18154a8 - update to version 1.7.
(Only change: use /usr/bin/perl instead of ${PREFIX}/bin/perl)
- update for jade -> openjade change
2000-09-20 20:56:19 +00:00

12 lines
383 B
Plaintext

--- instant/traninit.c.orig Wed Jul 16 18:44:12 1997
+++ instant/traninit.c Wed Sep 20 22:13:42 2000
@@ -129,7 +129,7 @@
char buf[LINESIZE];
char buf2[LINESIZE];
char *command;
- char *sgmls = "nsgmls -c " TRANSPEC_DIR "/catalog ";
+ char *sgmls = "onsgmls -c " TRANSPEC_DIR "/catalog ";
char maptype = '\0';
(void)sgmls_set_errhandler(input_error);