diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:21:47 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:13 +0200 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /mail/exmh2/scripts/build | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'mail/exmh2/scripts/build')
-rw-r--r-- | mail/exmh2/scripts/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build index 87b5cead32da..1a6bfdd9cc56 100644 --- a/mail/exmh2/scripts/build +++ b/mail/exmh2/scripts/build @@ -1,7 +1,4 @@ #! /bin/sh -# -# $FreeBSD$ -# VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`" DATE="`sed -ne 's/^set date \(.*\)/\1/p' ${WRKSRC}/exmh.install`" |