7599762555
Update to DragonflyBSD 5.5.0 sources. Pulled sail from NetBSD, since it wasn't working. Remake patches PR: 236377 Submitted by: Joachim Werner <jockl@pianojockl.org>
11 lines
386 B
Text
11 lines
386 B
Text
--- phantasia/phantasia/Makefile.orig 2019-03-07 17:21:59 UTC
|
|
+++ phantasia/phantasia/Makefile
|
|
@@ -21,7 +21,7 @@ FILESDIR= /var/games/phantasia
|
|
|
|
.ORDER: monsters ${DATAFILES}
|
|
monsters ${DATAFILES}: monsters.asc setup.c
|
|
- ${.OBJDIR}/../setup/setup.nx -m ${.CURDIR}/../monsters.asc
|
|
+ ${.OBJDIR}/../setup/setup -m ${.CURDIR}/../monsters.asc
|
|
|
|
beforeinstall:
|
|
.for file in ${DATAFILES}
|