openbsd-ports/net/nepenthes/patches/patch-Makefile_in
rui 9cd42354ad update nepenthes to a recent svn snapshot to fix prelude flavor.
ajacoutot@ was kind enough to host the distfile, thanks.

input and ok aanriot@
2007-09-02 22:42:54 +00:00

36 lines
1.8 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.4 2007/09/02 22:42:55 rui Exp $
--- Makefile.in.orig Sun Apr 29 14:29:35 2007
+++ Makefile.in Sun Apr 29 14:31:50 2007
@@ -214,7 +214,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = nepenthes-core modules
#tools
EXTRA_DIST = configure.ac CHANGES doc/README.VFS doc/logo-shaded.svg doc/nepenthes.8 conf/nepenthes.conf.dist
-docdir = $(prefix)/share/doc
+docdir = $(prefix)/share/doc/nepenthes
doc_DATA = doc/README.VFS doc/logo-shaded.svg
#sysconf_DATA = conf/nepenthes.conf.dist
@@ -707,21 +707,9 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(mandir)
$(mkinstalldirs) $(DESTDIR)$(mandir)/man8
$(INSTALL_DATA) $(srcdir)/doc/nepenthes.8 $(DESTDIR)$(mandir)/man8/nepenthes.8;
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes/pcap
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes/signatures
- $(INSTALL_DATA) modules/shellcode-signatures/shellcode-signatures.sc $(DESTDIR)$(localstatedir)/cache/nepenthes/signatures
+ $(INSTALL_DATA) modules/shellcode-signatures/shellcode-signatures.sc $(DESTDIR)$(prefix)/share/examples/nepenthes/shellcode-signatures.sc
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes/gotek
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes/submitpostgres
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log/pcap
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/binaries
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/hexdumps
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: