summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-11-02 12:50:11 +0000
committerjoerg <joerg@FreeBSD.org>1999-11-02 12:50:11 +0000
commitfef7f86724cc841c0acf5a42af4d30ca3eb8f468 (patch)
treebc1e0cde12c88208c344cf003b0618e6ad6c8296 /games
parent6208a5013f400a867a5dd423f6c9aed9134f8a54 (diff)
downloadFreeBSD-src-fef7f86724cc841c0acf5a42af4d30ca3eb8f468.zip
FreeBSD-src-fef7f86724cc841c0acf5a42af4d30ca3eb8f468.tar.gz
Reverse the way $PATH is extended, so if the person building that area
has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an option that the newly built one inside /usr/obj would grok, the build process would be able to complete.
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