summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/webstone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile
index 9810e44dad23..8fb8426a880f 100644
--- a/www/webstone/Makefile
+++ b/www/webstone/Makefile
@@ -22,6 +22,10 @@ NO_INSTALL_MANPAGES= yes
post-extract:
( cd ${WRKSRC}; make clobber )
+# otherwise these files will be installed by do-install target below
+post-patch:
+ find ${WRKSRC}/.. -name '*.orig' | xargs rm -f
+
do-install:
@${MKDIR} ${PREFIX}/webstone/bin
@${MKDIR} ${PREFIX}/webstone/conf