mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
$NetBSD: patch-aa,v 1.7 2015/05/23 18:21:16 schmonz Exp $
|
|
|
|
Call it "xapian-omega" and follow hier(7).
|
|
|
|
--- Makefile.in.orig 2015-05-21 06:11:47.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -55,7 +55,7 @@ PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
-pkglibbin_PROGRAMS = omega$(EXEEXT)
|
|
+pkglibbin_PROGRAMS = xapian-omega$(EXEEXT)
|
|
bin_PROGRAMS = omindex$(EXEEXT) scriptindex$(EXEEXT)
|
|
check_PROGRAMS = atomparsetest$(EXEEXT) htmlparsetest$(EXEEXT) \
|
|
md5test$(EXEEXT) urlenctest$(EXEEXT) utf8converttest$(EXEEXT)
|
|
@@ -471,7 +471,7 @@ AM_CPPFLAGS = \
|
|
-DCONFIGFILE_SYSTEM=\"$(sysconfdir)/omega.conf\" \
|
|
-DPKGLIBBINDIR=\"$(pkglibbindir)\"
|
|
|
|
-pkglibbindir = $(pkglibdir)/bin
|
|
+pkglibbindir = $(libexecdir)/cgi-bin
|
|
dist_pkglibbin_SCRIPTS = outlookmsg2html
|
|
dist_bin_SCRIPTS = dbi2omega htdig2omega mbox2omega
|
|
TESTS = atomparsetest$(EXEEXT)\
|
|
@@ -480,7 +480,7 @@ TESTS = atomparsetest$(EXEEXT)\
|
|
urlenctest$(EXEEXT)\
|
|
utf8converttest$(EXEEXT)
|
|
|
|
-omegadatadir = $(datadir)/omega
|
|
+omegadatadir = $(datadir)/xapian-omega
|
|
dist_omegadata_DATA = htdig2omega.script mbox2omega.script
|
|
dist_sysconf_DATA = omega.conf
|
|
|
|
@@ -736,8 +736,8 @@ common/$(DEPDIR)/$(am__dirstamp):
|
|
@: > common/$(DEPDIR)/$(am__dirstamp)
|
|
common/str.$(OBJEXT): common/$(am__dirstamp) \
|
|
common/$(DEPDIR)/$(am__dirstamp)
|
|
-omega$(EXEEXT): $(omega_OBJECTS) $(omega_DEPENDENCIES) $(EXTRA_omega_DEPENDENCIES)
|
|
- @rm -f omega$(EXEEXT)
|
|
+xapian-omega$(EXEEXT): $(omega_OBJECTS) $(omega_DEPENDENCIES) $(EXTRA_omega_DEPENDENCIES)
|
|
+ @rm -f xapian-omega$(EXEEXT)
|
|
$(CXXLINK) $(omega_OBJECTS) $(omega_LDADD) $(LIBS)
|
|
common/getopt.$(OBJEXT): common/$(am__dirstamp) \
|
|
common/$(DEPDIR)/$(am__dirstamp)
|