diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-19 11:16:45 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-19 11:16:45 +0000 |
commit | cd84830c400c007450374de2f607c4dce4afaf08 (patch) | |
tree | 73941ca9eb9ec62219f32e74a6de3ac9c310a6b7 /mail/smail/scripts/configure | |
parent | Use Motif if HAVE_MOTIF and MOTIFLIB are defined (/etc/make.conf). (diff) |
libident is no longer optional
Diffstat (limited to 'mail/smail/scripts/configure')
-rw-r--r-- | mail/smail/scripts/configure | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/smail/scripts/configure b/mail/smail/scripts/configure index 4d5eed68016a..5b0c85d63d7c 100644 --- a/mail/smail/scripts/configure +++ b/mail/smail/scripts/configure @@ -1,10 +1,6 @@ #!/bin/sh # -# $Id: configure,v 1.1.1.1 1994/10/23 01:22:35 torstenb Exp $ +# $Id: configure,v 1.2 1996/11/17 23:43:03 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 |