diff options
author | tron <tron> | 1998-04-03 22:11:43 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-03 22:11:43 +0000 |
commit | c290e4541f029fdbe76ba20ee492246826f38fca (patch) | |
tree | 32a39aec2b8b198de4a5c49614d732128d6778ee /lang/hugs/files | |
parent | e748f556913fe03b597eac635d8bea303272ad11 (diff) | |
download | pkgsrc-c290e4541f029fdbe76ba20ee492246826f38fca.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 $* |