diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-05 08:17:53 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-05 08:17:53 +0000 |
| commit | 13e331637262ba2eaa606c63d0cbb1c10f80e2f4 (patch) | |
| tree | 867f8ed62e0e5968732805f4750c4e11ca4862ea /games | |
| parent | c4249050069209248b4a5571f9552eefd9dab628 (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 723224e9c8114..400da4947fef7 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 |
