mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
32 lines
520 B
Text
32 lines
520 B
Text
--- ./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)
|