diff options
author | peter <peter@FreeBSD.org> | 1999-08-30 12:09:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-30 12:09:14 +0000 |
commit | ea579707eb95a9f9666b5d0613bcb568c95b40b8 (patch) | |
tree | a203471c79e0eeb6f1807fd6ea02e951d7b863a6 /mail/exmh2 | |
parent | 62a6f6e6c3bc081d6fdb7c12c30e9af028bf9bbc (diff) | |
download | FreeBSD-ports-ea579707eb95a9f9666b5d0613bcb568c95b40b8.zip FreeBSD-ports-ea579707eb95a9f9666b5d0613bcb568c95b40b8.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/scripts/build | 2 | ||||
-rw-r--r-- | mail/exmh2/scripts/install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build index f4913aa..4ca3a47 100644 --- a/mail/exmh2/scripts/build +++ b/mail/exmh2/scripts/build @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: build,v 1.6 1998/03/20 09:28:16 markm Exp $ +# $FreeBSD$ # VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`" diff --git a/mail/exmh2/scripts/install b/mail/exmh2/scripts/install index 1ff93a3..dd651a6 100644 --- a/mail/exmh2/scripts/install +++ b/mail/exmh2/scripts/install @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: install,v 1.2 1996/12/31 21:27:03 peter Exp $ +# $FreeBSD$ # VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`" |