Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:27:30 +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: r389091 - head/multimedia/motion
Message-ID:  <201506101727.t5AHRUWC049067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 10 17:27:29 2015
New Revision: 389091
URL: https://svnweb.freebsd.org/changeset/ports/389091

Log:
  - Add LICENSE_FILE
  - Switch to USES=autoreconf

Modified:
  head/multimedia/motion/Makefile

Modified: head/multimedia/motion/Makefile
==============================================================================
--- head/multimedia/motion/Makefile	Wed Jun 10 17:26:39 2015	(r389090)
+++ head/multimedia/motion/Makefile	Wed Jun 10 17:27:29 2015	(r389091)
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Motion detection application
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
@@ -22,8 +23,8 @@ VIDEO_DESC=	Video capture driver. Choose
 BKTR_DESC=	BKTR based TV capture cards
 PWCBSD_DESC=	PWCBSD based Webcams
 
-USES=		gmake
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf gmake
+GNU_CONFIGURE=	yes
 
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message



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