diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-02 12:50:11 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-02 12:50:11 +0000 |
| commit | 117e008ac082af4267a24ad5fd0f2707e8cd9d3b (patch) | |
| tree | bc1e0cde12c88208c344cf003b0618e6ad6c8296 /games | |
| parent | 55f2c40541fc8b9a853be80e9c77a1720b59d524 (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/datfiles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 400da4947fef7..723224e9c8114 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 |
