Use full path to strfile.
Noticed by: cluster via kris
This commit is contained in:
parent
8de4002d01
commit
1774d0b164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116352
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat
|
|||
PLIST_DIRS= share/games/fortune share/games
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && strfile futurama
|
||||
@cd ${WRKSRC} && /usr/games/strfile futurama
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/games
|
||||
|
|
Loading…
Reference in a new issue