svn commit: r388699 - head/sysutils/ftwin

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 14:38:56 UTC 2015


Author: amdmi3
Date: Sun Jun  7 14:38:55 2015
New Revision: 388699
URL: https://svnweb.freebsd.org/changeset/ports/388699

Log:
  - Switch to USES=autoreconf
  - Add LICENSE_FILE

Modified:
  head/sysutils/ftwin/Makefile

Modified: head/sysutils/ftwin/Makefile
==============================================================================
--- head/sysutils/ftwin/Makefile	Sun Jun  7 13:29:17 2015	(r388698)
+++ head/sysutils/ftwin/Makefile	Sun Jun  7 14:38:55 2015	(r388699)
@@ -11,16 +11,14 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Useful tool to find duplicate files
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libapr-1.so:${PORTSDIR}/devel/apr1 \
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libpuzzle.so:${PORTSDIR}/graphics/libpuzzle
 
-OPTIONS_DEFINE=	DOCS
-
-USES=	tar:bzip2
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf tar:bzip2
+GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -28,6 +26,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 PORTDOCS=	AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README
 PLIST_FILES=	bin/ftwin man/man8/ftwin.8.gz
 
+OPTIONS_DEFINE=	DOCS
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-Werror -g -ggdb|| ; \


More information about the svn-ports-all mailing list