diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 18:36:43 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 18:36:43 +0000 |
commit | efe339a5244b072e3fe73350019bc75b92c3d60d (patch) | |
tree | 719d2e49aad55eae6094bcba95261e3f4237ecd3 /mail/elm+ME/scripts | |
parent | d4a8c8079785d0e9c1605ff50fddcebfc95078db (diff) |
oops, remove dotlock
Notes
Notes:
svn path=/head/; revision=17707
Diffstat (limited to 'mail/elm+ME/scripts')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index a7939ea085b3..7484f6ae4024 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.16 1996/12/23 06:08:21 ache Exp $ +# $Id: pre-configure,v 1.17 1999/04/07 18:28:40 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -162,7 +162,7 @@ d_domname='define' d_usegetdom='undef' d_errlst='define' d_flock='define' -d_dotlock='define' +d_dotlock='undef' d_fcntlock='undef' has_flock='define' has_fcntl='define' |