Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 02:45:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395339 - head/devel/libcfg
Message-ID:  <201508260245.t7Q2jfoM099741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 26 02:45:40 2015
New Revision: 395339
URL: https://svnweb.freebsd.org/changeset/ports/395339

Log:
  - Add LICENSE_FILE
  - Switch to USES=autoreconf
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libcfg/Makefile

Modified: head/devel/libcfg/Makefile
==============================================================================
--- head/devel/libcfg/Makefile	Wed Aug 26 02:45:31 2015	(r395338)
+++ head/devel/libcfg/Makefile	Wed Aug 26 02:45:40 2015	(r395339)
@@ -12,9 +12,9 @@ MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Library for command line and configuration file parsing
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508260245.t7Q2jfoM099741>