diff options
author | adam <adam@FreeBSD.org> | 1997-09-17 05:39:33 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-09-17 05:39:33 +0000 |
commit | 1115de90104f748c6da2d148a7cb71dfe1d3dbd1 (patch) | |
tree | af2f1d0f79c14abe9eb1c49d4c9ea80b4ee6f272 /net | |
parent | ec716b1b64b94950c58114251b17069203903de0 (diff) | |
download | FreeBSD-ports-1115de90104f748c6da2d148a7cb71dfe1d3dbd1.zip FreeBSD-ports-1115de90104f748c6da2d148a7cb71dfe1d3dbd1.tar.gz |
fix this so it installs
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd-lpmud/files/patch-ab | 2 | ||||
-rw-r--r-- | net/dgd-lpmud/scripts/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab index ec90d27..285e9a9 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 41a5730..ba84c26 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 |