diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1994-12-18 21:12:10 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1994-12-18 21:12:10 +0000 |
commit | 73d815c6db6b322e6980d65b64be2a75b1711450 (patch) | |
tree | 29cfc863df33d5bee1e22e0395f15ac092cf6003 /cad/magic/scripts/post-configure | |
parent | The manpage is installed as .1.gz, not .1x (diff) |
Port of Magic version 6.4.4, a VLSI CAD tool.
Notes
Notes:
svn path=/head/; revision=593
Diffstat (limited to '')
-rw-r--r-- | cad/magic/scripts/post-configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cad/magic/scripts/post-configure b/cad/magic/scripts/post-configure new file mode 100644 index 000000000000..d46db1e71dbb --- /dev/null +++ b/cad/magic/scripts/post-configure @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $Id: post-configure,v 1.2 1994/10/04 15:12:51 jkh Exp $ +# + +cp ${CURDIR}/files/vfont.h ${WRKSRC}/include +echo echo $PREFIX > ${WRKSRC}/:findcad +chmod -R a+rX ${WRKSRC} |