From 135fdeebb99c3569e42d8162b265e15d29bd937d Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 6 Apr 2021 16:21:47 +0200 Subject: all: Remove all other $FreeBSD keywords. --- devel/c2mdoc/files/c2mdoc.awk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/c2mdoc/files/c2mdoc.awk') diff --git a/devel/c2mdoc/files/c2mdoc.awk b/devel/c2mdoc/files/c2mdoc.awk index 447153bbc163..35c43761628d 100644 --- a/devel/c2mdoc/files/c2mdoc.awk +++ b/devel/c2mdoc/files/c2mdoc.awk @@ -2,9 +2,7 @@ # # c2mdoc.awk -- Takes tabulated output from cproto(1) and turns it into # mdoc(7) markup. -# -# $FreeBSD$ -# + BEGIN { FS="\t" } { printf ".Ft %s\n", $1 ; -- cgit v1.2.3