summaryrefslogtreecommitdiff
path: root/lang/hugs/files/configure
diff options
context:
space:
mode:
authortron <tron>1998-04-03 22:11:43 +0000
committertron <tron>1998-04-03 22:11:43 +0000
commitc290e4541f029fdbe76ba20ee492246826f38fca (patch)
tree32a39aec2b8b198de4a5c49614d732128d6778ee /lang/hugs/files/configure
parente748f556913fe03b597eac635d8bea303272ad11 (diff)
downloadpkgsrc-c290e4541f029fdbe76ba20ee492246826f38fca.tar.gz
Solve problem with "configure" target in a more future compatible way.
Diffstat (limited to 'lang/hugs/files/configure')
-rwxr-xr-xlang/hugs/files/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/hugs/files/configure b/lang/hugs/files/configure
new file mode 100755
index 00000000000..b36a0611487
--- /dev/null
+++ b/lang/hugs/files/configure
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd unix
+exec ./configure $*