summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-11-18 22:37:50 +0000
committerAde Lovett <ade@FreeBSD.org>2007-11-18 22:37:50 +0000
commit5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131 (patch)
tree6cc3ecd09ceb1a1c5c5f027b31b9824b4147fca9 /lang
parentMark as broken: checksum fails. (diff)
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work. Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=202757
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/Makefile2
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: