freebsd-ports/www/campsite/files/patch-Makefile
Martin Wilke b538ea7d2f - Update to 2.6.6
PR:		108529
Submitted by:	Ondra Koutek (maintainer)
2007-01-30 00:28:14 +00:00

21 lines
1 KiB
Text

--- implementation/management/Makefile.orig Fri Jan 26 19:18:44 2007
+++ implementation/management/Makefile Mon Jan 29 23:18:49 2007
@@ -17,12 +17,12 @@
cp -rf javascript $(HTML_COMMON_DIR)
cp -f javascript/xinha/htmlarea-compressed.js $(HTML_COMMON_DIR)/javascript/xinha/htmlarea.js
cp -rf include $(HTML_COMMON_DIR)
- @if [ ! -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" ]; then \
- echo -n "Creating phorum settings file..."; \
- cp -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php.sample" \
- "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" || exit 1; \
- echo "done"; \
- fi
+# @if [ ! -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" ]; then \
+# echo -n "Creating phorum settings file..."; \
+# cp -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php.sample" \
+# "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" || exit 1; \
+# echo "done"; \
+# fi
cp -rf priv $(HTML_COMMON_DIR)
cp -f *.php $(HTML_COMMON_DIR)
$(MAKE) -C bin install