openbsd-ports/net/nload/patches/patch-docs_Makefile_in

14 lines
518 B
Plaintext
Raw Normal View History

$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