diff options
Diffstat (limited to 'lang/Sather/Makefile')
-rw-r--r-- | lang/Sather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 686d0737aeab..e281d45da3de 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -123,7 +123,7 @@ pre-build: post-build: .for file in sather-tutorial.texinfo sather-mode.texinfo sather.texinfo - cd ${WRKSRC}/Emacs && /usr/bin/makeinfo --no-split ${file} + cd ${WRKSRC}/Emacs && makeinfo --no-split ${file} .endfor do-install: |