svn commit: r389091 - head/multimedia/motion

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:27:30 UTC 2015


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


More information about the svn-ports-head mailing list