diff options
author | Adam David <adam@FreeBSD.org> | 1997-09-17 05:39:33 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1997-09-17 05:39:33 +0000 |
commit | 87d7864b83004de0ac3a16fc15a05888c8fb64b6 (patch) | |
tree | e50a3c05786d963d494e19eb7da573ac4e3f5273 /net/dgd-lpmud/scripts/configure | |
parent | first round of fixing this (diff) |
fix this so it installs
Diffstat (limited to '')
-rw-r--r-- | net/dgd-lpmud/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-lpmud/scripts/configure b/net/dgd-lpmud/scripts/configure index 41a573080243..ba84c2691b52 100644 --- a/net/dgd-lpmud/scripts/configure +++ b/net/dgd-lpmud/scripts/configure @@ -2,6 +2,6 @@ cd ${WRKDIR}/mud mv 2.4.5 lpmud-2.4.5 mv rundgd runlpmud ln -s ${PREFIX}/dgd/doc/kfun lpmud-2.4.5/doc -mkdir -p bin; mv hname.c bin +mkdir -p tmp bin; mv hname.c bin cp ${FILESDIR}/oconv.c bin cp ${FILESDIR}/Makefile.bin bin/Makefile |