diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-18 08:41:40 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-18 08:41:40 +0000 |
commit | 121181f4e6951c5828ae4a73ebe6e82f9b9a210f (patch) | |
tree | bbffd1d52f98c29888eb898bf5599647fcaae1d6 /math/grace/scripts/configure | |
parent | Fast C routines library to compute the Discrete Fourier Transform (diff) |
A powerful plotting tool (successor of xmgr)
PR: ports/9222
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
Diffstat (limited to '')
-rw-r--r-- | math/grace/scripts/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/grace/scripts/configure b/math/grace/scripts/configure new file mode 100644 index 000000000000..8005e1c3a290 --- /dev/null +++ b/math/grace/scripts/configure @@ -0,0 +1,3 @@ +#! /bin/sh + +cp ${FILESDIR}/freebsd ${WRKSRC}/conf/freebsd |