57201f80be
for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps user maintain database of objects and allows policy editing using simple drag-and-drop operations. WWW: http://www.crocodile.org/~vadim/fwbuilder/ - New checksum, Archive on sourceforge.net had changed. - use new version of gtkmm PR: 24837 Submitted by: roman@xpert.com
21 lines
519 B
Plaintext
21 lines
519 B
Plaintext
--- examples/Makefile.in.orig Sat Feb 3 23:01:10 2001
|
|
+++ examples/Makefile.in Sat Feb 3 23:01:36 2001
|
|
@@ -13,7 +13,7 @@
|
|
examplesdir = $(docdir)
|
|
|
|
INSTALL = @INSTALL@
|
|
-INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
|
+INSTALL_DATA=@INSTALL_DATA@
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
install:
|
|
$(mkinstalldirs) $(examplesdir)
|
|
- $(INSTALL_PROGRAM) -m 0644 $(EXAMPLES) $(examplesdir)
|
|
+ $(INSTALL_DATA) $(EXAMPLES) $(examplesdir)
|
|
|
|
uninstall:
|
|
list='$(EXAMPLES)'; for file in $$list; do \
|