svn commit: r352243 - head/www/trac

Matthew Seaman matthew at FreeBSD.org
Sat Apr 26 10:53:17 UTC 2014


Author: matthew
Date: Sat Apr 26 10:53:16 2014
New Revision: 352243
URL: http://svnweb.freebsd.org/changeset/ports/352243
QAT: https://qat.redports.org/buildarchive/r352243/

Log:
  Fix new line apparently eaten by svn patch.

Modified:
  head/www/trac/Makefile

Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile	Sat Apr 26 10:43:13 2014	(r352242)
+++ head/www/trac/Makefile	Sat Apr 26 10:53:16 2014	(r352243)
@@ -54,7 +54,8 @@ USE_RC_SUBR=		tracd
 SUB_LIST+=		PYTHON_CMD=${PYTHON_CMD}
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/sample-plugins	${FIND} ${WRKSRC}/contrib -type f -maxdepth 1 -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/ \;
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/sample-plugins
+	${FIND} ${WRKSRC}/contrib -type f -maxdepth 1 -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/ \;
 	(cd ${WRKSRC}/sample-plugins && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/sample-plugins)
 	@${MKDIR} ${STAGEDIR}${DATADIR}/cgi-bin
 	${INSTALL_SCRIPT} ${WRKSRC}/contrib/cgi-bin/* ${STAGEDIR}${DATADIR}/cgi-bin


More information about the svn-ports-all mailing list