summaryrefslogtreecommitdiff
path: root/security/hostsentry/files/patch-Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-06 13:53:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-06 13:53:40 +0000
commit321942c115b93682b29211a828fea5abb09973d4 (patch)
tree1103853a57b3caf7b010315987d4b3535186a7d8 /security/hostsentry/files/patch-Makefile
parentUpdate to version 1.2. (diff)
- Unbreak, unmark deprecated
- Pass maintainership to submitter PR: ports/68642 Submitted by: Michael Ranner <mranner@inode.at>
Notes
Notes: svn path=/head/; revision=113060
Diffstat (limited to 'security/hostsentry/files/patch-Makefile')
-rw-r--r--security/hostsentry/files/patch-Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/security/hostsentry/files/patch-Makefile b/security/hostsentry/files/patch-Makefile
new file mode 100644
index 000000000000..4e1a0d7c276b
--- /dev/null
+++ b/security/hostsentry/files/patch-Makefile
@@ -0,0 +1,27 @@
+--- Makefile.orig Thu Mar 25 23:06:01 1999
++++ Makefile Sat Jul 3 22:03:13 2004
+@@ -4,7 +4,8 @@
+ #
+ # $Id: Makefile,v 1.4 1999/03/22 05:32:24 crowland Exp crowland $
+
+-INSTALLDIR = /usr/local/abacus/hostsentry
++INSTALLDIR = /usr/local/lib/hostsentry
++CONFIGDIR = /usr/local/etc/hostsentry
+
+
+ all:
+@@ -20,8 +21,13 @@
+ @echo "Installing HostSentry in: $(INSTALLDIR)"
+ install -d -g 0 -o root -m 0700 $(INSTALLDIR)
+ install -d -g 0 -o root -m 0700 $(INSTALLDIR)/modules
+- install -g 0 -o root -m 0700 host* $(INSTALLDIR)
++ install -g 0 -o root -m 0700 host*.py $(INSTALLDIR)
+ install -g 0 -o root -m 0700 module* $(INSTALLDIR)/modules
++ install -d -g 0 -o root -m 0700 $(CONFIGDIR)
++ install -g 0 -o root -m 0600 hostsentry.action $(CONFIGDIR)/hostsentry.action-dist
++ install -g 0 -o root -m 0600 hostsentry.conf $(CONFIGDIR)/hostsentry.conf-dist
++ install -g 0 -o root -m 0600 hostsentry.ignore $(CONFIGDIR)/hostsentry.ignore-dist
++ install -g 0 -o root -m 0600 hostsentry.modules $(CONFIGDIR)/hostsentry.modules-dist
+ @echo ""
+ @echo ""
+