summaryrefslogtreecommitdiff
path: root/lang/hugs/files
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-04-03 22:11:43 +0000
committertron <tron@pkgsrc.org>1998-04-03 22:11:43 +0000
commitf1719ce738e824ae4915a34f08fa3b11b5874c91 (patch)
tree32a39aec2b8b198de4a5c49614d732128d6778ee /lang/hugs/files
parent53bf82929a5e8578a52d14468ea5471fc7021f9b (diff)
downloadpkgsrc-f1719ce738e824ae4915a34f08fa3b11b5874c91.tar.gz
Solve problem with "configure" target in a more future compatible way.
Diffstat (limited to 'lang/hugs/files')
-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 $*