diff options
author | glewis <glewis@FreeBSD.org> | 2002-06-17 02:26:25 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-06-17 02:26:25 +0000 |
commit | 14cbff1316b2458c063b29b66682cbb74279cc22 (patch) | |
tree | cbdf48f6572254afb1dbf110ee45ab238cb7eb50 | |
parent | a804889883e4e83dfafa5c6d0d2e2a34c408dbfb (diff) | |
download | FreeBSD-ports-14cbff1316b2458c063b29b66682cbb74279cc22.zip FreeBSD-ports-14cbff1316b2458c063b29b66682cbb74279cc22.tar.gz |
Unbreak the packing list for this port. As the list of files to
install for the port is generated from the packing list, this
also unbreaks the port (a critical file was not installed, meaning
the mud couldn't be started). In particular:
. Don't include empty directories (these will be addressed in a
later commit).
. Don't include non-existent files.
. Do include a critical header file, namely auto.h without which
the mud cannot start.
-rw-r--r-- | net/dgd-lpmud/pkg-plist | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/dgd-lpmud/pkg-plist b/net/dgd-lpmud/pkg-plist index 8cdd82d..7c3cc39 100644 --- a/net/dgd-lpmud/pkg-plist +++ b/net/dgd-lpmud/pkg-plist @@ -2,7 +2,6 @@ lpmud.dgd runlpmud bin/hname bin/oconv -tmp lpmud-2.4.5/NEWS lpmud-2.4.5/README lpmud-2.4.5/WELCOME @@ -249,7 +248,6 @@ lpmud-2.4.5/doc/examples/NEW_WIZ lpmud-2.4.5/doc/README lpmud-2.4.5/doc/help lpmud-2.4.5/doc/wiz_help -lpmud-2.4.5/log lpmud-2.4.5/obj/Go/README lpmud-2.4.5/obj/Go/rule5 lpmud-2.4.5/obj/Go/rule1 @@ -313,8 +311,6 @@ lpmud-2.4.5/obj/alco_drink.c lpmud-2.4.5/obj/mail_reader.c lpmud-2.4.5/obj/master.c lpmud-2.4.5/obj/simul_efun.c -lpmud-2.4.5/open -lpmud-2.4.5/players/lars/lars lpmud-2.4.5/players/lars/workroom.c lpmud-2.4.5/players/lars/test.c lpmud-2.4.5/players/lars/wand.c @@ -355,7 +351,6 @@ lpmud-2.4.5/room/mine/tunnel26.c lpmud-2.4.5/room/mine/tunnel27.c lpmud-2.4.5/room/mine/tunnel28.c lpmud-2.4.5/room/mine/tunnel29.c -lpmud-2.4.5/room/post_dir lpmud-2.4.5/room/sub/door_trap.c lpmud-2.4.5/room/sub/after_trap.c lpmud-2.4.5/room/maze1/maze1.c @@ -367,7 +362,6 @@ lpmud-2.4.5/room/death/death.c lpmud-2.4.5/room/death/death_mark.c lpmud-2.4.5/room/death/death_room.c lpmud-2.4.5/room/death/README -lpmud-2.4.5/room/south/obsolete lpmud-2.4.5/room/south/lair.c lpmud-2.4.5/room/south/sforst1.c lpmud-2.4.5/room/south/sforst10.c @@ -571,6 +565,7 @@ lpmud-2.4.5/dgd/include/status.h lpmud-2.4.5/dgd/include/type.h lpmud-2.4.5/dgd/include/limits.h lpmud-2.4.5/dgd/include/float.h +lpmud-2.4.5/dgd/include/auto.h lpmud-2.4.5/dgd/lib/interactive.h lpmud-2.4.5/dgd/lib/light.c lpmud-2.4.5/dgd/lib/file.c @@ -578,7 +573,6 @@ lpmud-2.4.5/dgd/lib/auto.c lpmud-2.4.5/dgd/lib/mapping.c lpmud-2.4.5/dgd/lib/creator.h lpmud-2.4.5/dgd/lib/light.h -lpmud-2.4.5/dgd/lib/privilege.c lpmud-2.4.5/dgd/lib/privilege.h lpmud-2.4.5/dgd/lib/living.c lpmud-2.4.5/dgd/lib/living.h @@ -599,5 +593,4 @@ lpmud-2.4.5/dgd/lib/tool.h lpmud-2.4.5/dgd/lib/simfun.h lpmud-2.4.5/dgd/lib/reset.c lpmud-2.4.5/dgd/lib/reset.h -lpmud-2.4.5/dgd/Copyright lpmud-2.4.5/Copyright |