diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-11-18 22:37:50 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-11-18 22:37:50 +0000 |
commit | 5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131 (patch) | |
tree | 6cc3ecd09ceb1a1c5c5f027b31b9824b4147fca9 /lang/Sather | |
parent | b7ec99dc5858b339631f34f91330b3fef68dcf2a (diff) |
Notes
Diffstat (limited to 'lang/Sather')
-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: |