diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-16 17:55:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-16 17:55:14 +0000 |
commit | 81fa91a064d58c8504a6dc4e31be445924ba2937 (patch) | |
tree | 8973dec5d0dd048ce210c25101e278609b78a05f /lang | |
parent | - Clean-up build system a bit; (diff) |
Add file missed in the previous checkin.
Notes
Notes:
svn path=/head/; revision=57763
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cli/scripts/portconfigure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/cli/scripts/portconfigure b/lang/cli/scripts/portconfigure new file mode 100644 index 000000000000..8432531c3d1e --- /dev/null +++ b/lang/cli/scripts/portconfigure @@ -0,0 +1,5 @@ +#!/bin/sh + +. env.sh +shift +./configure "${@}" |