diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 01:24:26 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 01:24:26 +0000 |
commit | b9c2b2b4be66b1c6af25f3e99c104ceb30442c29 (patch) | |
tree | e02318e5d475cda32c8521ee4def225caa6e2d37 /mail/smail/scripts | |
parent | 74fda86565234ce2f5b02523aebf9aebc149013f (diff) |
Notes
Diffstat (limited to 'mail/smail/scripts')
-rw-r--r-- | mail/smail/scripts/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/smail/scripts/configure b/mail/smail/scripts/configure new file mode 100644 index 000000000000..16067b7f41b7 --- /dev/null +++ b/mail/smail/scripts/configure @@ -0,0 +1,6 @@ +#!/bin/sh +# +# $Id:$ + +sed <${FILESDIR}/EDITME >${WRKSRC}/conf/EDITME s+!!PREFIX!!+$PREFIX+g +sed <${FILESDIR}/freebsd2.0 >${WRKSRC}/conf/os/freebsd2.0 s+!!PREFIX!!+$PREFIX+g |