svn commit: r322829 - head/lang/pure
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 12 12:38:27 UTC 2013
Author: bapt
Date: Fri Jul 12 12:38:26 2013
New Revision: 322829
URL: http://svnweb.freebsd.org/changeset/ports/322829
Log:
Include bsd.pure.mk earlier so that gmake is defined before pre.mk
Modified:
head/lang/pure/Makefile
Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile Fri Jul 12 12:28:43 2013 (r322828)
+++ head/lang/pure/Makefile Fri Jul 12 12:38:26 2013 (r322829)
@@ -76,6 +76,8 @@ SUB_LIST+= NOCLANG=""
SUB_LIST+= NOCLANG="@comment "
.endif
+.include "${.CURDIR}/bsd.pure.mk"
+
.include <bsd.port.pre.mk>
post-install:
@@ -97,5 +99,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
-.include "bsd.pure.mk"
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list