diff options
author | ade <ade@FreeBSD.org> | 2007-11-19 06:37:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-11-19 06:37:50 +0800 |
commit | 7cf1786e9c1b73358efa638f6fbb13ef353b0167 (patch) | |
tree | cdc741a45dad5e7457f912ac0454a31f0dc61a5c /lang/Sather/Makefile | |
parent | 8da45444fe5193f0b335c63748bb109181b9cbff (diff) | |
download | freebsd-ports-gnome-7cf1786e9c1b73358efa638f6fbb13ef353b0167.tar.gz freebsd-ports-gnome-7cf1786e9c1b73358efa638f6fbb13ef353b0167.tar.zst freebsd-ports-gnome-7cf1786e9c1b73358efa638f6fbb13ef353b0167.zip |
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon)
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: |