9d8a2bd80e
the build. Closes PR pkg/28646 by pancake@phreaker.net. Changes: - Solve ERROR_ vs LOG_ conflicts - Add cache code into HSML (sepharad) - Remove silly code in Date Format - Hsml code fragmented into language modules: c, perl, brainfuck and python modules
23 lines
1,016 B
Text
23 lines
1,016 B
Text
$NetBSD: patch-aa,v 1.5 2005/03/20 17:52:20 jmmv Exp $
|
|
|
|
--- Makefile.orig 2004-09-17 01:23:09.000000000 +0200
|
|
+++ Makefile
|
|
@@ -55,7 +55,7 @@ install: all
|
|
install -d -m 0755 ${MODULE_PATH}
|
|
#install -d -m 0755 ${PREFIX}/libexec/screws/modules
|
|
install -d -m 0755 ${PREFIX}/man/man1 ${PREFIX}/man/man5 \
|
|
- ${PREFIX}/man/man8 ${PREFIX}/etc ${PREFIX}/var/log
|
|
+ ${PREFIX}/man/man8 #${PREFIX}/etc ${PREFIX}/var/log
|
|
@echo "==> Installing binaries"
|
|
install -c -m 0755 src/Utils/screwsctl ${PREFIX}/sbin/
|
|
install -c -m 0755 src/Server/screwsd ${PREFIX}/sbin/
|
|
@@ -83,9 +83,6 @@ install: all
|
|
install -c -m 0644 doc/manpage/screws.conf.5 ${PREFIX}/man/man5/screws.conf.5
|
|
install -c -m 0644 conf/*.conf ${PREFIX}/share/examples/screws/
|
|
install -c -m 0644 src/Utils/mime.types ${PREFIX}/share/screws/
|
|
- if [ ! -e "${CFGFILE}" ] ; then \
|
|
- install -c -m 0644 conf/default.conf ${CFGFILE} ; \
|
|
- fi
|
|
@echo ; \
|
|
echo "***************************************" \
|
|
"***************************************"; \
|