aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpipeman/scripts/pre-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpipeman/scripts/pre-configure')
-rw-r--r--games/xpipeman/scripts/pre-configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/xpipeman/scripts/pre-configure b/games/xpipeman/scripts/pre-configure
new file mode 100644
index 000000000000..0221c321bd3c
--- /dev/null
+++ b/games/xpipeman/scripts/pre-configure
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
+echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
+echo "INSTPGMFLAGS = -s -g games -m 2755" >>${WRKSRC}/Imakefile || exit 1
+
+exit 0