diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /www/nspluginwrapper-devel/files/patch-configure | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'www/nspluginwrapper-devel/files/patch-configure')
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure deleted file mode 100644 index 6007dc2bcd6f..000000000000 --- a/www/nspluginwrapper-devel/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- ./configure.orig Sun Mar 4 23:01:22 2007 -+++ ./configure Wed Apr 4 20:20:59 2007 -@@ -6,13 +6,8 @@ - PACKAGE=nspluginwrapper - - # set temporary file name --if test ! -z "$TMPDIR" ; then -- TMPDIR1="${TMPDIR}" --elif test ! -z "$TEMPDIR" ; then -- TMPDIR1="${TEMPDIR}" --else -- TMPDIR1="/tmp" --fi -+mkdir -p tmp -+TMPDIR1="./tmp" - - TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" - TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" |