[Midnightbsd-cvs] mports [17499] trunk/devel/libffi/Makefile: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 17:33:58 EDT 2014


Revision: 17499
          http://svnweb.midnightbsd.org/mports/?rev=17499
Author:   laffer1
Date:     2014-09-26 17:33:57 -0400 (Fri, 26 Sep 2014)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/devel/libffi/Makefile

Modified: trunk/devel/libffi/Makefile
===================================================================
--- trunk/devel/libffi/Makefile	2014-09-26 21:31:06 UTC (rev 17498)
+++ trunk/devel/libffi/Makefile	2014-09-26 21:33:57 UTC (rev 17499)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libffi
 PORTVERSION=	3.0.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SOURCEWARE
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,6 +14,10 @@
 
 TEST_DEPENDS=	runtest:${PORTSDIR}/misc/dejagnu
 
+USES=		libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+
 OPTIONS_DEFINE=	TESTS
 TESTS_DESC=	Include tools for test suite
 
@@ -24,12 +28,8 @@
 .endif
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix pkgconfig
-
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
 INFO=		libffi
 
 post-install:



More information about the Midnightbsd-cvs mailing list