summaryrefslogtreecommitdiffstats
path: root/games/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-11-04 04:29:16 +0000
committerdcs <dcs@FreeBSD.org>1999-11-04 04:29:16 +0000
commitbf7360672452046e6f50351ef4541014ee98ef91 (patch)
treee4c481e84258c9e5ee59c0254d3d4b6377ed10ea /games/fortune/datfiles/Makefile
parent0284c44519bdd7850a5d1d4dec0fcf24f71b24e1 (diff)
downloadFreeBSD-src-bf7360672452046e6f50351ef4541014ee98ef91.zip
FreeBSD-src-bf7360672452046e6f50351ef4541014ee98ef91.tar.gz
Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file.
Diffstat (limited to 'games/fortune/datfiles/Makefile')
-rw-r--r--games/fortune/datfiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 723224e..400da49 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -33,7 +33,7 @@ beforeinstall:
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
$f.dat: $f
- PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
+ PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor
OpenPOWER on IntegriCloud