diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 19:20:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 19:20:34 +0000 |
commit | 3b7f0533c5441d82ebc8e857ca7de2a0293813f2 (patch) | |
tree | 40accd875f58e6ed8508057d029ef8adf8aa6836 /graphics/ocrad/files/patch-configure | |
parent | Remove after repocopy to games/linux-nwnclient. Note that the new port (diff) |
- Update to version 0.7
- SIZEify
PR: ports/63606
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=102674
Diffstat (limited to 'graphics/ocrad/files/patch-configure')
-rw-r--r-- | graphics/ocrad/files/patch-configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/ocrad/files/patch-configure b/graphics/ocrad/files/patch-configure new file mode 100644 index 000000000000..32502d238db9 --- /dev/null +++ b/graphics/ocrad/files/patch-configure @@ -0,0 +1,26 @@ +--- configure.orig Fri Jan 23 22:55:38 2004 ++++ configure Mon Mar 1 11:34:35 2004 +@@ -19,12 +19,6 @@ + progname=$0 + srctrigger=ocrad.png + +-# clear some things potentially inherited from environment. +-srcdir= +-prefix=/usr/local +-infodir=${prefix}/share/info +-mandir=${prefix}/share/man +- + # Loop over all args + while [ x$1 != x ] ; do + +@@ -64,6 +58,10 @@ + exit 1 ;; + esac + done ++ ++prefix=${prefix:-/usr/local} ++infodir=${infodir:-${prefix}/share/info} ++mandir=${mandir:-${prefix}/share/man} + + # Find the source files, if location was not specified. + srcdirtext= |