diff options
Diffstat (limited to 'www/screws/patches/patch-aa')
-rw-r--r-- | www/screws/patches/patch-aa | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/www/screws/patches/patch-aa b/www/screws/patches/patch-aa index 51d6bd36801..07b4cdebbbc 100644 --- a/www/screws/patches/patch-aa +++ b/www/screws/patches/patch-aa @@ -1,10 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2004/09/16 18:45:09 he Exp $ +$NetBSD: patch-aa,v 1.4 2005/03/20 17:27:31 jmmv Exp $ ---- Makefile.orig Mon May 31 12:56:24 2004 +--- Makefile.orig 2004-05-31 12:56:24.000000000 +0200 +++ Makefile -@@ -55,9 +55,9 @@ install: all +@@ -53,11 +53,11 @@ install: all + install -d -m 0755 ${PREFIX}/share/examples/screws + install -d -m 0755 ${MODULE_PATH} #install -d -m 0755 ${PREFIX}/libexec/screws/modules - install -d -m 0755 ${PREFIX}/man/man8 ${PREFIX}/etc ${PREFIX}/var/log +- install -d -m 0755 ${PREFIX}/man/man8 ${PREFIX}/etc ${PREFIX}/var/log ++ install -d -m 0755 ${PREFIX}/man/man8 #${PREFIX}/etc ${PREFIX}/var/log @echo "==> Installing binaries" - install -m 0755 src/Utils/screwsctl ${PREFIX}/sbin/ - install -m 0755 src/Server/screwsd ${PREFIX}/sbin/ @@ -15,7 +18,7 @@ $NetBSD: patch-aa,v 1.3 2004/09/16 18:45:09 he Exp $ @echo "==> Installing standard includes for HSML" mkdir -p ${DIP} cp -rf ./src/Hsml/hsml-inc/* ${DIP}/ -@@ -71,16 +71,16 @@ install: all +@@ -71,17 +71,14 @@ install: all @echo "==> Examples Documentation and Example files" @for A in doc/server/* ; do \ echo ... $$A ; \ @@ -28,15 +31,15 @@ $NetBSD: patch-aa,v 1.3 2004/09/16 18:45:09 he Exp $ - install -m 0644 doc/manpage/screws.conf.5 ${PREFIX}/man/man5/screws.conf.5 - install -m 0644 conf/*.conf ${PREFIX}/share/examples/screws/ - install -m 0644 src/Utils/mime.types ${PREFIX}/share/screws/ +- if [ ! -e "${CFGFILE}" ] ; then \ +- install -m 0644 conf/default.conf ${CFGFILE} ; \ +- fi + install -c -m 0644 doc/images/screws.png ${PREFIX}/share/doc/screws/ + install -c -m 0644 doc/manpage/screwsd.8 ${PREFIX}/man/man8/screwsd.8 + install -c -m 0644 doc/manpage/screwsctl.1 ${PREFIX}/man/man1/screwsctl.1 + 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 -m 0644 conf/default.conf ${CFGFILE} ; \ -+ install -c -m 0644 conf/default.conf ${CFGFILE} ; \ - fi @echo ; \ echo "***************************************" \ + "***************************************"; \ |