Date: Fri, 12 Jul 2013 16:24:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322847 - head/devel/pure-ffi Message-ID: <201307121624.r6CGOul7065416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jul 12 16:24:55 2013 New Revision: 322847 URL: http://svnweb.freebsd.org/changeset/ports/322847 Log: Fix build with new gmake order Modified: head/devel/pure-ffi/Makefile Modified: head/devel/pure-ffi/Makefile ============================================================================== --- head/devel/pure-ffi/Makefile Fri Jul 12 16:17:31 2013 (r322846) +++ head/devel/pure-ffi/Makefile Fri Jul 12 16:24:55 2013 (r322847) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pure-ffi -# Date created: 2011-03-18 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= pure-ffi PORTVERSION= 0.12 @@ -20,6 +16,5 @@ USE_PURE= yes PLIST_FILES= lib/pure/ffi.pure \ lib/pure/ffi.so -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../lang/pure/bsd.pure.mk" +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307121624.r6CGOul7065416>