diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-17 23:43:03 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-17 23:43:03 +0000 |
commit | 7fbe161dabd4a6bbd02859f13326d30eb12893eb (patch) | |
tree | 6c9a920ec9b1c9d173261273dc239a7e61d501df /mail/smail/scripts/configure | |
parent | Bump major number, they replace function by #define (diff) |
Upgrade to 3.2
Diffstat (limited to 'mail/smail/scripts/configure')
-rw-r--r-- | mail/smail/scripts/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/smail/scripts/configure b/mail/smail/scripts/configure index 16067b7f41b7..4d5eed68016a 100644 --- a/mail/smail/scripts/configure +++ b/mail/smail/scripts/configure @@ -1,6 +1,10 @@ #!/bin/sh # -# $Id:$ +# $Id: configure,v 1.1.1.1 1994/10/23 01:22:35 torstenb Exp $ sed <${FILESDIR}/EDITME >${WRKSRC}/conf/EDITME s+!!PREFIX!!+$PREFIX+g sed <${FILESDIR}/freebsd2.0 >${WRKSRC}/conf/os/freebsd2.0 s+!!PREFIX!!+$PREFIX+g + +if [ $USE_IDENT ]; then + echo >>${WRKSRC}/conf/os/freebsd2.0 HAVE=\$HAVE:RFC1413 +fi |