1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/misc/videotext/files/patch-af
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

20 lines
387 B
Plaintext

*** scripts/uninstall-magic.orig Tue Jun 8 16:10:07 1999
--- scripts/uninstall-magic Tue Jun 8 16:10:07 1999
*************** fi
*** 21,27 ****
trap 'rm -f "$1.vtxnew"' 0
cp -p "$1" "$1.vtxnew"
! gawk '
/^#.*VideoteXt/ {
skip = 1
next
--- 21,27 ----
trap 'rm -f "$1.vtxnew"' 0
cp -p "$1" "$1.vtxnew"
! awk '
/^#.*VideoteXt/ {
skip = 1
next