svn commit: r443542 - head/devel/libatomic_ops

Rodrigo Osorio rodrigo at FreeBSD.org
Tue Jun 13 21:32:38 UTC 2017


Author: rodrigo
Date: Tue Jun 13 21:32:36 2017
New Revision: 443542
URL: https://svnweb.freebsd.org/changeset/ports/443542

Log:
  Fix small mistakes in the Makefile
  Since this has no inpact on the build itself, no portrevision bump required

Modified:
  head/devel/libatomic_ops/Makefile

Modified: head/devel/libatomic_ops/Makefile
==============================================================================
--- head/devel/libatomic_ops/Makefile	Tue Jun 13 21:17:37 2017	(r443541)
+++ head/devel/libatomic_ops/Makefile	Tue Jun 13 21:32:36 2017	(r443542)
@@ -14,11 +14,10 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
-USES=autoreconf libtool pathfix
-GNU_CONFIGURE=yes
+USES=		autoreconf libtool pathfix
+GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	ivmai
-GH_PROJECT=	libatomic_ops
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list