aboutsummaryrefslogtreecommitdiff
path: root/emulators/hfs/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hfs/scripts/configure')
-rw-r--r--emulators/hfs/scripts/configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/hfs/scripts/configure b/emulators/hfs/scripts/configure
deleted file mode 100644
index a91df6c6a53d..000000000000
--- a/emulators/hfs/scripts/configure
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-mv Makefile Makefile.orig || exit 1;
-
-sed -e 's:/usr/.* ::' <Makefile.orig>Makefile
-
-echo "DEBUG = -O" >> Makefile
-echo "INSTALLPATH = $PREFIX" >> Makefile
-echo "CCPLUSPLUS = c++ -c" >> Makefile
-echo "LD = c++" >> Makefile
-echo "MANINSTALLDIR = $PREFIX/man/man1" >> Makefile
-exit 0; \ No newline at end of file