aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libmatheval
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-11-19 06:37:50 +0800
committerade <ade@FreeBSD.org>2007-11-19 06:37:50 +0800
commit7cf1786e9c1b73358efa638f6fbb13ef353b0167 (patch)
treecdc741a45dad5e7457f912ac0454a31f0dc61a5c /devel/libmatheval
parent8da45444fe5193f0b335c63748bb109181b9cbff (diff)
downloadfreebsd-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 'devel/libmatheval')
-rw-r--r--devel/libmatheval/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index edf3b555edaf..ac7cd1636add 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split"
+CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib