additional tweaks from me: - fix docs/Makefile.in to allow SEPARATE_BUILD - no need to mirror, upstream has old versions now - add a patch from upstream to avoid junk after the interface name
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
$OpenBSD: patch-docs_Makefile_in,v 1.2 2012/02/19 14:03:37 sthen Exp $
|
|
--- docs/Makefile.in.orig Mon Feb 6 09:53:59 2012
|
|
+++ docs/Makefile.in Sat Feb 18 16:03:17 2012
|
|
@@ -327,8 +327,7 @@ uninstall-am:
|
|
|
|
install:
|
|
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
|
|
- $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(mandir)/man1
|
|
- gzip -f $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
|
|
+ $(INSTALL_DATA) $(top_builddir)/docs/$(PACKAGE).1 $(DESTDIR)$(mandir)/man1
|
|
|
|
uninstall:
|
|
rm $(DESTDIR)$(mandir)/man1/$(PACKAGE).1.gz
|