summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-i18n/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep-i18n/scripts/configure')
-rw-r--r--x11-wm/afterstep-i18n/scripts/configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-wm/afterstep-i18n/scripts/configure b/x11-wm/afterstep-i18n/scripts/configure
deleted file mode 100644
index 833c6aaf0b8b..000000000000
--- a/x11-wm/afterstep-i18n/scripts/configure
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-files="sample.steprc sample.steprc.ja_JP.EUC configure.h afterstep/afterstep.man"
-for i in $files; do
- /usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|g' $WRKSRC/$i
-done