diff options
Diffstat (limited to 'www/planet')
-rw-r--r-- | www/planet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/planet/Makefile b/www/planet/Makefile index a063917b1142..183a548ebbf0 100644 --- a/www/planet/Makefile +++ b/www/planet/Makefile @@ -22,6 +22,10 @@ USE_PYTHON= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +post-extract: + @${RM} ${WRKSRC}/.bzrignore + @${FIND} ${WRKSRC}/ -type d -name '.bzr' | ${XARGS} ${RM} -rf + do-install: ${MKDIR} ${PREFIX}/share/planet ${CP} -R ${WRKSRC}/ ${PREFIX}/share/planet |