diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-21 17:12:04 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-21 17:12:04 +0000 |
commit | c746db40972de12f7b75bbcda3676bdcec500518 (patch) | |
tree | 98e8a1e8e803b615ad1be197d843eddd03701429 /security/fwbuilder/files/patch-ab | |
parent | Update to 2.2.5. (diff) |
PR: 52520
Update fwbuilder to 1.0.10 RC5 and unlock BROKEN bit in the Makefile.
Pass maintainer's hat to Sergey Lyubka <devnull@uptsoft.com> who is
also the maintainer of libfwbuilder.
Diffstat (limited to 'security/fwbuilder/files/patch-ab')
-rw-r--r-- | security/fwbuilder/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/fwbuilder/files/patch-ab b/security/fwbuilder/files/patch-ab deleted file mode 100644 index baadcf884946..000000000000 --- a/security/fwbuilder/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 \ |