aboutsummaryrefslogtreecommitdiff
path: root/devel/icmake/files
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-11-17 12:31:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-11-17 12:31:33 +0000
commit089fa70c0950887b811742c82b9f9c5d4805884a (patch)
treeec75b27375ac4f21d8cb533b7baa43e95bd63f2d /devel/icmake/files
parente7a21f36902e04c7d51fda6fd7b256ab3a859214 (diff)
downloadports-089fa70c0950887b811742c82b9f9c5d4805884a.tar.gz
ports-089fa70c0950887b811742c82b9f9c5d4805884a.zip
Notes
Diffstat (limited to 'devel/icmake/files')
-rw-r--r--devel/icmake/files/patch-icm_install32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/icmake/files/patch-icm_install b/devel/icmake/files/patch-icm_install
new file mode 100644
index 000000000000..9f63b416f9a4
--- /dev/null
+++ b/devel/icmake/files/patch-icm_install
@@ -0,0 +1,32 @@
+--- ./icm_install.orig 2009-07-29 13:12:39.000000000 +0200
++++ ./icm_install 2009-11-15 23:59:54.000000000 +0100
+@@ -19,11 +19,7 @@
+ shift
+ fi
+
+-if [ "$2" != "" ] ; then
+ INSTALLDIR=$2
+-else
+- INSTALLDIR=${ROOT}
+-fi
+
+ try()
+ {
+@@ -67,7 +63,7 @@
+ into ${SKELDIR}
+ into ${DOCDIR}
+ into ${DOCDOCDIR}
+- into etc/icmake
++ into ${CONFDIR}
+ ;;
+
+ (progs)
+@@ -91,7 +87,7 @@
+ ;;
+
+ (etc)
+- into etc/icmake
++ into ${CONFDIR}
+ ;;
+
+ (docdoc)