ports/net/nload/patches/patch-docs_Makefile_in

13 lines
447 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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