diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-13 10:15:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-13 10:15:23 +0000 |
commit | 8a2dc92028d6347ef7eb0fb830447fe047f50cfc (patch) | |
tree | 03cc77ee22cb1be79444d762ee77552b0edc4fb8 /www/typo | |
parent | 44f5f537cdd80bd05fa18c03644bf7ae15a889ca (diff) | |
download | ports-8a2dc92028d6347ef7eb0fb830447fe047f50cfc.tar.gz ports-8a2dc92028d6347ef7eb0fb830447fe047f50cfc.zip |
Notes
Diffstat (limited to 'www/typo')
-rw-r--r-- | www/typo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/typo/Makefile b/www/typo/Makefile index f11ce31fea66..24ded8f3debf 100644 --- a/www/typo/Makefile +++ b/www/typo/Makefile @@ -26,6 +26,7 @@ do-install: ${CP} -R ${WRKSRC} ${PREFIX}/${TYPODIR} ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/log ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/public + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/tmp post-install: @${FIND} ${PREFIX}/${TYPODIR} -not -type d \ |