From owner-svn-ports-head@FreeBSD.ORG Sun Oct 27 20:24:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1940C17A; Sun, 27 Oct 2013 20:24:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0711F2A51; Sun, 27 Oct 2013 20:24:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RKON9B018728; Sun, 27 Oct 2013 20:24:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RKONhY018727; Sun, 27 Oct 2013 20:24:23 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310272024.r9RKONhY018727@svn.freebsd.org> From: William Grzybowski Date: Sun, 27 Oct 2013 20:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331802 - head/mail/cyrus2dovecot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 20:24:24 -0000 Author: wg Date: Sun Oct 27 20:24:23 2013 New Revision: 331802 URL: http://svnweb.freebsd.org/changeset/ports/331802 Log: mail/cyrus2dovecot: allow staging - Allow staging - Add LICENSE PR: ports/183365 Submitted by: Vladimir Kondratiev (maintainer) Modified: head/mail/cyrus2dovecot/Makefile Modified: head/mail/cyrus2dovecot/Makefile ============================================================================== --- head/mail/cyrus2dovecot/Makefile Sun Oct 27 19:40:18 2013 (r331801) +++ head/mail/cyrus2dovecot/Makefile Sun Oct 27 20:24:23 2013 (r331802) @@ -11,13 +11,14 @@ EXTRACT_ONLY= MAINTAINER= wulf@mail.mipt.ru COMMENT= Convert Cyrus folders to Dovecot -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz USES= perl5 NO_WRKSUBDIR= yes -NO_STAGE= yes post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} @@ -30,7 +31,9 @@ do-build: ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 .include