svn commit: r388341 - head/mail/up-imapproxy

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:38:44 UTC 2015


Author: amdmi3
Date: Tue Jun  2 12:38:43 2015
New Revision: 388341
URL: https://svnweb.freebsd.org/changeset/ports/388341

Log:
  - Add LICENSE_FILE
  - Switch to USES=autoreconf

Modified:
  head/mail/up-imapproxy/Makefile

Modified: head/mail/up-imapproxy/Makefile
==============================================================================
--- head/mail/up-imapproxy/Makefile	Tue Jun  2 12:34:59 2015	(r388340)
+++ head/mail/up-imapproxy/Makefile	Tue Jun  2 12:38:43 2015	(r388341)
@@ -13,13 +13,14 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Caching IMAP proxy server
 
 LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOVECOT DOCS
 DOVECOT_DESC=	Use with dovecot2
 
-USES=		tar:bzip2 pathfix
+USES=		autoreconf tar:bzip2 pathfix
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	autoheader
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}
 
 USE_RC_SUBR=	imapproxyd


More information about the svn-ports-all mailing list