a46173fc05
- Two new APIs were added, so minor library bump - Patched usage in swish-e.c to reference `swish-e` instead of `swish` - Patched usege in swish-e.1 to reference `swish-e` instead of `swish` - Perl port updated to use new dist file (and removed an uneeded patch), but its version didn't change.
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
$OpenBSD: patch-prog-bin_Makefile_in,v 1.2 2010/10/26 12:21:35 merdely Exp $
|
|
--- prog-bin/Makefile.in.orig Sat Apr 4 21:58:35 2009
|
|
+++ prog-bin/Makefile.in Tue Oct 26 01:40:11 2010
|
|
@@ -190,7 +190,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
perlmoduledir = $(libexecdir)/perl
|
|
-exampledir = $(datadir)/doc/$(PACKAGE)/examples/prog-bin
|
|
+exampledir = $(datadir)/examples/$(PACKAGE)/prog-bin
|
|
libexec_SCRIPTS = spider.pl DirTree.pl
|
|
|
|
# These are really out dated
|