aboutsummaryrefslogtreecommitdiff
path: root/www/planet
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-01 21:11:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-01 21:11:42 +0000
commitf1a3ca987334769fe834add922d901c90115ca78 (patch)
tree0ec211d11462af8da7a4e6e85a29788df8727fa9 /www/planet
parent2327c83b44bc237f82e3d84cf60b9d35ef8f2411 (diff)
downloadports-f1a3ca987334769fe834add922d901c90115ca78.tar.gz
ports-f1a3ca987334769fe834add922d901c90115ca78.zip
- Fix build
Approved by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=178511
Diffstat (limited to 'www/planet')
-rw-r--r--www/planet/Makefile4
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