diff options
author | matthew <matthew@FreeBSD.org> | 2014-04-26 18:53:16 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-04-26 18:53:16 +0800 |
commit | 4ce429e793b0103556e69157fc3c5979cb3f050b (patch) | |
tree | 94e8bb464f66eca1f5207887dbafea956956438d /www | |
parent | 090e892f6b3389fc02a3620aa0f729721816d9e2 (diff) | |
download | freebsd-ports-gnome-4ce429e793b0103556e69157fc3c5979cb3f050b.tar.gz freebsd-ports-gnome-4ce429e793b0103556e69157fc3c5979cb3f050b.tar.zst freebsd-ports-gnome-4ce429e793b0103556e69157fc3c5979cb3f050b.zip |
Fix new line apparently eaten by svn patch.
Diffstat (limited to 'www')
-rw-r--r-- | www/trac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 272ea7c6d5d5..dbdce86391fe 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -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 |