summaryrefslogtreecommitdiff
path: root/lang/ezm3/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ezm3/scripts/configure')
-rw-r--r--lang/ezm3/scripts/configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/ezm3/scripts/configure b/lang/ezm3/scripts/configure
deleted file mode 100644
index db975d911920..000000000000
--- a/lang/ezm3/scripts/configure
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-cfg=${WRKSRC}/m3config/src/${TARGET}
-cp -p ${cfg} ${cfg}.bak || exit
-sed \
- -e "/^INSTALL_ROOT = /s|\".*\"|\"${PREFIX}\"|" \
- -e "/^X11ROOT = /s|\".*\"|\"${LOCALBASE}/lib\"|" \
- ${cfg} > ${cfg}.tmp || exit
-mv ${cfg}.tmp ${cfg}