From 1115de90104f748c6da2d148a7cb71dfe1d3dbd1 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 17 Sep 1997 05:39:33 +0000 Subject: fix this so it installs --- net/dgd-lpmud/files/patch-ab | 2 +- net/dgd-lpmud/scripts/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit