diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-06-17 02:26:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-06-17 02:26:25 +0000 |
commit | bf491582a21bb9d1079409f0e97c086320f3f3dd (patch) | |
tree | 72a3c2c38f0474af06bdf5e59bf207c01a3d7517 /net/dgd-lpmud | |
parent | 9460ee62c8cc3e6270f2afc4ec68b142dc3005aa (diff) | |
download | ports-bf491582a21bb9d1079409f0e97c086320f3f3dd.tar.gz ports-bf491582a21bb9d1079409f0e97c086320f3f3dd.zip |
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.
Notes
Notes:
svn path=/head/; revision=61397
Diffstat (limited to 'net/dgd-lpmud')
-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 8cdd82de7025..7c3cc3986fdf 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 |