1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/graphics/ocrad/files/patch-configure
Kirill Ponomarev 3b7f0533c5 - Update to version 0.7
- SIZEify

PR:		ports/63606
Submitted by:	maintainer
2004-03-01 19:20:34 +00:00

27 lines
567 B
Plaintext

--- 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=