From owner-svn-ports-all@freebsd.org Fri Sep 11 15:16:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 932DDA02510; Fri, 11 Sep 2015 15:16:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8464E196A; Fri, 11 Sep 2015 15:16:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BFGKHS097365; Fri, 11 Sep 2015 15:16:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BFGKbn097364; Fri, 11 Sep 2015 15:16:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509111516.t8BFGKbn097364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 11 Sep 2015 15:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396677 - head/mail/cyrus-imapd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 15:16:20 -0000 Author: mat Date: Fri Sep 11 15:16:19 2015 New Revision: 396677 URL: https://svnweb.freebsd.org/changeset/ports/396677 Log: Fix this, strangely everything got downcased. Pointy to: mat or vim Sponsored by: Absolight Modified: head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Fri Sep 11 15:11:16 2015 (r396676) +++ head/mail/cyrus-imapd24/Makefile Fri Sep 11 15:16:19 2015 (r396677) @@ -167,15 +167,15 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/cyrus-imapd-man.conf \ ${STAGEDIR}${PREFIX}/etc/man.d/cyrus-imapd.conf -post-install-docs-on: - ${mkdir} ${stagedir}${docsdir} - cd ${wrksrc}/doc && ${copytree_share} . ${stagedir}${docsdir} \ - "! ( -name makefile.dist -o -name makefile -o -name .cvsignore )" +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! ( -name Makefile.dist -o -name Makefile -o -name .cvsignore )" # there are already files in examplesdir at that point, so no # need to create it. -post-install-examples-on: - cd ${wrksrc}/master/conf && ${copytree_share} . \ - ${stagedir}${examplesdir} +post-install-EXAMPLES-on: + cd ${WRKSRC}/master/conf && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR} .include