From 26960a9baa437c3eb8720740b4059f4b29e4f5cf Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 1 Aug 2007 14:21:53 +0000 Subject: [PATCH] Fix shorewall compilation on manpages SVN-Revision: 8302 --- net/shorewall/patches/100-no_man.patch | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/shorewall/patches/100-no_man.patch diff --git a/net/shorewall/patches/100-no_man.patch b/net/shorewall/patches/100-no_man.patch new file mode 100644 index 000000000..298112d05 --- /dev/null +++ b/net/shorewall/patches/100-no_man.patch @@ -0,0 +1,30 @@ +diff -ruN shorewall-3.4.3/install.sh shorewall-3.4.3.new/install.sh +--- shorewall-3.4.3/install.sh 2007-04-17 19:16:56.000000000 +0200 ++++ shorewall-3.4.3.new/install.sh 2007-08-01 16:21:24.000000000 +0200 +@@ -677,26 +677,6 @@ + # Install the Man Pages + # + +-cd manpages +- +-rm -f *.gz +- +-for f in *.5; do +- gzip $f +- run_install -D -m 0444 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz +- echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz" +-done +- +-for f in *.8; do +- gzip $f +- run_install -D -m 0444 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz +- echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz" +-done +- +-cd .. +- +-echo "Man Pages Installed" +- + # + # Install the firewall script + # -- 2.30.2