[Midnightbsd-cvs] mports: Makefile: Don't require makeinfo to be in /usr/bin which will

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 21 14:43:55 EST 2008


Log Message:
-----------
Don't require makeinfo to be in /usr/bin which will help with unusual environment setups like possibly the build cluster

Modified Files:
--------------
    mports/devel/gmake:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/gmake/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L devel/gmake/Makefile -L devel/gmake/Makefile -u -r1.4 -r1.5
--- devel/gmake/Makefile
+++ devel/gmake/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	gmake
 PORTVERSION=	3.81
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	make
@@ -31,7 +31,7 @@
 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


More information about the Midnightbsd-cvs mailing list