diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 14:53:37 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-31 14:53:37 +0000 |
commit | 957571a90d4daa7f567c3d69f3e3a0184cbbb367 (patch) | |
tree | 62b4b0615585dd5e9f0bb6914dd62fed4d3f491a /security/doorman/files/patch-configure | |
parent | - Register CONFLICTS with see-devel (diff) |
- Update to 0.81
PR: ports/88240
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=146837
Diffstat (limited to 'security/doorman/files/patch-configure')
-rw-r--r-- | security/doorman/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/doorman/files/patch-configure b/security/doorman/files/patch-configure new file mode 100644 index 000000000000..ec2975e957fd --- /dev/null +++ b/security/doorman/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Sep 5 17:07:45 2005 ++++ configure Sun Oct 30 14:52:28 2005 +@@ -4893,7 +4893,7 @@ + echo "${ECHO_T}no" >&6 + fi + +-if test "$LSOF" == "no"; then ++if test "$LSOF" = "no"; then + echo -e "\a" + echo "*** Utility 'lsof' is missing; doormand cannot function properly without it." + echo "*** (Get lsof at: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.gz)" |