svn commit: r373644 - head/mail/cyrus2courier

Emanuel Haupt ehaupt at FreeBSD.org
Sat Nov 29 20:19:05 UTC 2014


Author: ehaupt
Date: Sat Nov 29 20:19:04 2014
New Revision: 373644
URL: https://svnweb.freebsd.org/changeset/ports/373644
QAT: https://qat.redports.org/buildarchive/r373644/

Log:
  - Convert to USES=tar:tgz
  - Add LICENSE

Modified:
  head/mail/cyrus2courier/Makefile

Modified: head/mail/cyrus2courier/Makefile
==============================================================================
--- head/mail/cyrus2courier/Makefile	Sat Nov 29 20:18:18 2014	(r373643)
+++ head/mail/cyrus2courier/Makefile	Sat Nov 29 20:19:04 2014	(r373644)
@@ -6,11 +6,15 @@ DISTVERSION=	1.4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.madness.at/~mad/projects/ \
 		CRITICAL
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Cyrus-IMAP to Maildir++ conversion utility
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		tar:tgz
+
 ALL_TARGET=	build
 
 PLIST_FILES=	bin/cyrus2courier


More information about the svn-ports-head mailing list