1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/icmake/files/patch-icm_install
Muhammad Moinur Rahman 5c385364b9 devel/icmake: Update version 7.22.00=>7.22.01
- Convert patch files to 'make makepatch' compatible
2015-05-25 20:05:38 +00:00

16 lines
233 B
Plaintext

--- icm_install.orig 2015-05-25 19:37:41 UTC
+++ icm_install
@@ -19,11 +19,7 @@ if [ "$1" == "strip" ] ; then
shift
fi
-if [ "$2" != "" ] ; then
- INSTALLDIR=$2
-else
- INSTALLDIR=${ROOT}
-fi
+INSTALLDIR=$2
try()
{