1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/videotext/files/patch-ac
Roger Hardiman 3555fcba51 Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be
produced from the vbidecode program.
1999-06-08 17:48:39 +00:00

26 lines
777 B
Plaintext

*** scripts/mkpsprolog.orig Tue Jun 8 16:10:07 1999
--- scripts/mkpsprolog Tue Jun 8 16:10:07 1999
***************
*** 8,17 ****
# Read COPYING for more information
# Maybe sed would be more suitable for such a simple task, but you already
! # need gawk for mktitlepage & mkvtxfont, so why not use it here...
! exec gawk '
BEGIN {
print "/* This file was created automatically by mkpsprolog. DO NOT EDIT */"
print ""
--- 8,17 ----
# Read COPYING for more information
# Maybe sed would be more suitable for such a simple task, but you already
! # need awk for mktitlepage & mkvtxfont, so why not use it here...
! exec awk '
BEGIN {
print "/* This file was created automatically by mkpsprolog. DO NOT EDIT */"
print ""