summaryrefslogtreecommitdiff
path: root/net
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
parentfirst round of fixing this (diff)
fix this so it installs
Notes
Notes: svn path=/head/; revision=7938
Diffstat (limited to 'net')
-rw-r--r--net/dgd-lpmud/files/patch-ab2
-rw-r--r--net/dgd-lpmud/scripts/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab
index ec90d272f325..285e9a960d4d 100644
--- a/net/dgd-lpmud/files/patch-ab
+++ b/net/dgd-lpmud/files/patch-ab
@@ -22,7 +22,7 @@
do
! mv lpmud.log lpmud.log.old
! date > lpmud.log
-! $dgd/bin/hname 6047 $passwd &
+! $dgd/bin/hname 2000 $passwd &
! $dgd/bin/driver $dgd/lpmud.dgd >> lpmud.log 2>&1
done > /dev/null 2>&1
*** lpmud.dgd.old Thu Jan 16 03:10:34 1997
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