diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:51:42 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:51:42 +0000 |
commit | 1ec26f18bff468912cea30497b4343779905f330 (patch) | |
tree | 1fd277c7ba9d341039b13746f195f1cfda205c4c /math/xmgr/scripts/configure | |
parent | Execute ldconfig -m after installation. (diff) |
Import xmgr port. xmgr is an XY plotting tool with a point-and-click interface.
PR: 5989
Submitted by: Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
Notes
Notes:
svn path=/head/; revision=10454
Diffstat (limited to 'math/xmgr/scripts/configure')
-rw-r--r-- | math/xmgr/scripts/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/xmgr/scripts/configure b/math/xmgr/scripts/configure new file mode 100644 index 000000000000..8005e1c3a290 --- /dev/null +++ b/math/xmgr/scripts/configure @@ -0,0 +1,3 @@ +#! /bin/sh + +cp ${FILESDIR}/freebsd ${WRKSRC}/conf/freebsd |