svn commit: r396677 - head/mail/cyrus-imapd24

Mathieu Arnold mat at FreeBSD.org
Fri Sep 11 15:16:20 UTC 2015


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 <bsd.port.mk>


More information about the svn-ports-all mailing list