summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud/scripts/configure
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1997-09-17 05:39:33 +0000
committerAdam David <adam@FreeBSD.org>1997-09-17 05:39:33 +0000
commit87d7864b83004de0ac3a16fc15a05888c8fb64b6 (patch)
treee50a3c05786d963d494e19eb7da573ac4e3f5273 /net/dgd-lpmud/scripts/configure
parentfirst round of fixing this (diff)
fix this so it installs
Diffstat (limited to '')
-rw-r--r--net/dgd-lpmud/scripts/configure2
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