svn commit: r322847 - head/devel/pure-ffi

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 12 16:24:56 UTC 2013


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 at gmail.com>
-#
+# Created by: Zhihao Yuan <lichray at 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>


More information about the svn-ports-all mailing list