Skip to content

Commit

Permalink
sysutils/keyd: drop /usr when using PREFIX after eb0c36f
Browse files Browse the repository at this point in the history
/usr/local/usr/share doesn't exist

(cherry picked from commit ec29d93)
  • Loading branch information
jbeich committed Jul 26, 2022
1 parent 45b33e8 commit a877af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/keyd/Makefile
Expand Up @@ -46,7 +46,7 @@ post-patch:
-e 's,${DOCSDIR_REL}/examples,${EXAMPLESDIR_REL},' \
-e 's/ -O3//' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr,${PREFIX}&,' \
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},' \
-e 's,/etc,${PREFIX}&,' \
${WRKSRC}/docs/*.scdoc \
${WRKSRC}/examples/*.conf \
Expand Down

0 comments on commit a877af7

Please sign in to comment.