aboutsummaryrefslogtreecommitdiffstats
path: root/www/mnoGoSearch-current
diff options
context:
space:
mode:
Diffstat (limited to 'www/mnoGoSearch-current')
-rw-r--r--www/mnoGoSearch-current/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnoGoSearch-current/Makefile b/www/mnoGoSearch-current/Makefile
index c2e83220203a..23d2f769c822 100644
--- a/www/mnoGoSearch-current/Makefile
+++ b/www/mnoGoSearch-current/Makefile
@@ -65,7 +65,7 @@ pre-install:
@${MKDIR} ${PREFIX}/share/mnogosearch
post-install:
- ${CP} -R ${WRKSRC}/create ${PREFIX}/share/mnogosearch
+ cd ${WRKSRC} && ${TAR} --create --file - --exclude CVS create | (cd ${PREFIX}/share/mnogosearch && ${TAR} xf -)
${CHMOD} 700 /var/mnogosearch/cache
${CHOWN} nobody.nogroup /var/mnogosearch/cache
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mnogosearch