svn commit: r395339 - head/devel/libcfg

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:45:41 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list