1a98321e2d
currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters. from Bartosz Ku??ma <i486@o2.pl>. ok ajacoutot@
12 lines
493 B
Plaintext
12 lines
493 B
Plaintext
$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2007/06/07 13:16:14 aanriot Exp $
|
|
--- data/Makefile.in.orig Tue Jun 5 22:23:28 2007
|
|
+++ data/Makefile.in Tue Jun 5 22:24:22 2007
|
|
@@ -498,7 +498,6 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(DATATOPDIR) && \
|
|
- $(mkinstalldirs) $(DESTDIR)$(DGLOGLOCATION) && \
|
|
$(mkinstalldirs) $(DESTDIR)$(DGPIDDIR) && \
|
|
for l in $(FLISTS) ; do \
|
|
echo "$(INSTALL_DATA) $$l $(DESTDIR)$(DATATOPDIR)/$$l"; \
|