diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-10 11:57:40 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-10 11:59:05 +0300 |
commit | bf8a0031d97ff4c1fc019d7061085bdc38484365 (patch) | |
tree | 1f978f4119af5ee882e467601c6a2a709b34ad3f /math/ndiff/files/patch-Makefile.in | |
parent | mail/mailpit: Update to 1.14.3 (diff) |
*: Move manpages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'math/ndiff/files/patch-Makefile.in')
-rw-r--r-- | math/ndiff/files/patch-Makefile.in | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/math/ndiff/files/patch-Makefile.in b/math/ndiff/files/patch-Makefile.in index dbfb54277387..1a8914fc9aed 100644 --- a/math/ndiff/files/patch-Makefile.in +++ b/math/ndiff/files/patch-Makefile.in @@ -1,6 +1,15 @@ ---- Makefile.in.orig 2000-12-12 19:11:11.000000000 +0100 -+++ Makefile.in 2014-02-02 11:56:29.000000000 +0100 -@@ -191,9 +190,9 @@ +--- Makefile.in.orig 2000-12-12 18:11:11 UTC ++++ Makefile.in +@@ -62,7 +62,7 @@ catdir = $(prefix)/man/cat$(manext) + prefix = @prefix@ + bindir = $(prefix)/bin + catdir = $(prefix)/man/cat$(manext) +-mandir = $(prefix)/man/man$(manext) ++mandir = $(prefix)/share/man/man$(manext) + manext = 1 + shrlibdir = $(shrlibtop)/$(PROGNAME)-$(VERSION) + shrlibtop = $(prefix)/share/lib/$(PROGNAME) +@@ -191,9 +191,9 @@ DEFINES = -DVERSION='"@VERSION@"' -DDATE='"@DATE@"' $ DEFINES = -DVERSION='"@VERSION@"' -DDATE='"@DATE@"' $(XDEFINES) @@ -12,7 +21,7 @@ LIBS = @LIBS@ $(XLIBS) -@@ -602,14 +601,12 @@ +@@ -602,14 +602,12 @@ install-exe: uninstall-exe if test -f $(PROGNAME) ; \ then \ $(CP) $(PROGNAME) $(bindir)/$(PROGNAME) ; \ @@ -28,7 +37,7 @@ done ; \ fi -@@ -635,7 +632,7 @@ +@@ -635,7 +633,7 @@ install-show: install-show: @echo '' @echo Installed files... @@ -37,7 +46,7 @@ @$(LS) -l $(mandir)/$(PROGNAME).$(manext) @if test -d $(shrlibdir) ; then $(LS) -lR $(shrlibdir)/* ; fi @echo '' -@@ -703,7 +698,7 @@ +@@ -703,7 +701,7 @@ uninstall-exe: uninstall-exe: -for f in $(PROGRAMS) ; \ do \ |