diff options
author | tron <tron@pkgsrc.org> | 1998-04-03 22:11:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-03 22:11:43 +0000 |
commit | f1719ce738e824ae4915a34f08fa3b11b5874c91 (patch) | |
tree | 32a39aec2b8b198de4a5c49614d732128d6778ee /lang/hugs/files | |
parent | 53bf82929a5e8578a52d14468ea5471fc7021f9b (diff) | |
download | pkgsrc-f1719ce738e824ae4915a34f08fa3b11b5874c91.tar.gz |
Solve problem with "configure" target in a more future compatible way.
Diffstat (limited to 'lang/hugs/files')
-rwxr-xr-x | lang/hugs/files/configure | 3 |
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 $* |