summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-11-05 07:36:33 +0000
committerjoerg <joerg@FreeBSD.org>1999-11-05 07:36:33 +0000
commit2f95e986cbe726f72777aaac4e5ede68424fa570 (patch)
tree1869187482c9eeb17d501d9b17a758c58aa6ed80 /games
parent07b89ba5ca71b72daf2ecda7d4d5a371d81247f2 (diff)
downloadFreeBSD-src-2f95e986cbe726f72777aaac4e5ede68424fa570.zip
FreeBSD-src-2f95e986cbe726f72777aaac4e5ede68424fa570.tar.gz
Back out rev 1.21. bde and dcs convinced me that all this is messed up
anyway, and there can't be any solution that will universally work in any case (make world, cross-compilation, simple `make' without `make world' after incompatible options have been added to strfile, ...)
Diffstat (limited to 'games')
-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 400da49..723224e 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=$$PATH:/usr/games:${.OBJDIR}/../strfile \
+ PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor
OpenPOWER on IntegriCloud