summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/cutils/Makefile2
-rw-r--r--devel/gmake/Makefile2
-rw-r--r--devel/gmake381/Makefile2
-rw-r--r--devel/libmatheval/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile
index d0cd9f6c4770..7cdc6e747829 100644
--- a/devel/cutils/Makefile
+++ b/devel/cutils/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Miscellaneous C programmer's utilities
GNU_CONFIGURE= yes
-MAKE_ENV= MAKEINFO=/usr/bin/makeinfo
+MAKE_ENV= MAKEINFO=makeinfo
MAN1= cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
yyref.1
INFO= cutils
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index a9d47d2e8527..e3b3986f3578 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -29,7 +29,7 @@ PLIST_SUB= NLS=""
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB= NLS="@comment "
.endif
-CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split"
+CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
MAN1= gmake.1
INFO= make
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile
index a9d47d2e8527..e3b3986f3578 100644
--- a/devel/gmake381/Makefile
+++ b/devel/gmake381/Makefile
@@ -29,7 +29,7 @@ PLIST_SUB= NLS=""
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB= NLS="@comment "
.endif
-CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split"
+CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
MAN1= gmake.1
INFO= make
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