svn commit: r388338 - head/sysutils/ua

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:30:27 UTC 2015


Author: amdmi3
Date: Tue Jun  2 12:30:26 2015
New Revision: 388338
URL: https://svnweb.freebsd.org/changeset/ports/388338

Log:
  - Fix license
  - Switch to USES=autoreconf

Modified:
  head/sysutils/ua/Makefile

Modified: head/sysutils/ua/Makefile
==============================================================================
--- head/sysutils/ua/Makefile	Tue Jun  2 12:30:08 2015	(r388337)
+++ head/sysutils/ua/Makefile	Tue Jun  2 12:30:26 2015	(r388338)
@@ -7,22 +7,20 @@ CATEGORIES=	sysutils
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Finds sets of identical files
 
-LICENSE=	GPLv2
+LICENSE=	MPL
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	euedge
 GH_TAGNAME=	7a35148
 
-USE_AUTOTOOLS=	autoconf aclocal automake autoheader
-AUTOMAKE_ARGS+=	--add-missing
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/kua bin/ua \
 		man/man1/kua.1.gz man/man1/ua.1.gz
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1/
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list