aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeycaps/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xkeycaps/scripts/configure')
-rw-r--r--x11/xkeycaps/scripts/configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/xkeycaps/scripts/configure b/x11/xkeycaps/scripts/configure
deleted file mode 100644
index 43e8e33b1901..000000000000
--- a/x11/xkeycaps/scripts/configure
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1
-
-#mv Imakefile Imakefile.orig
-#sed -e s/linux/freebsd/ <Imakefile.orig >Imakefile
-cat >> Imakefile << elifekamI
-BINDIR=$PREFIX/bin
-MANDIR=$PREFIX/man/man1
-
-KBD_DEFINES = -DDEFAULT_KBD_NAME="\"L101-3\""
-
-elifekamI
-
-cd kbds
-mv all-kbds.h all-kbds.h.orig
-sed -e s/Linux/FreeBSD/ <all-kbds.h.orig>all-kbds.h
-
-exit 0