diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-31 08:21:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-31 08:21:31 +0000 |
commit | b79372ae34649283b41c4a96470175d47b2450c3 (patch) | |
tree | c176f080922347fc3bd59b1cd0c2d0464f7c05d3 /net/proxychains/files/patch-::configure | |
parent | Add missed SUBDIR entry for msql3 port. (diff) |
Update to 2.1
PR: ports/69838
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=115137
Diffstat (limited to 'net/proxychains/files/patch-::configure')
-rw-r--r-- | net/proxychains/files/patch-::configure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/proxychains/files/patch-::configure b/net/proxychains/files/patch-::configure deleted file mode 100644 index d97365486d48..000000000000 --- a/net/proxychains/files/patch-::configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.old Sat Jun 14 15:08:33 2003 -+++ configure Sat Jun 14 15:09:49 2003 -@@ -807,6 +807,8 @@ - - VERSION=1.8.2 - -+PREFIX=$prefix -+ - if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } - fi -@@ -816,6 +818,10 @@ - - cat >> confdefs.h <<EOF - #define VERSION "$VERSION" -+EOF -+ -+cat >> confdefs.h <<EOF -+#define PREFIX "$PREFIX" - EOF - - |