pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wm/ratpoison : upgrade patch



On Wed, Jul 08, 2015 at 06:44:05PM +0530, Mayuresh wrote:

Can you please add a comment to this patch?
It's not clear to me why it's needed.
 Thomas
 
> Index: patches/patch-doc_Makefile.in
> ===================================================================
> RCS file: patches/patch-doc_Makefile.in
> diff -N patches/patch-doc_Makefile.in
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ patches/patch-doc_Makefile.in	8 Jul 2015 13:08:41 -0000
> @@ -0,0 +1,22 @@
> +$NetBSD$
> +
> +--- doc/Makefile.in.orig	2014-09-14 16:34:31.000000000 +0000
> ++++ doc/Makefile.in
> +@@ -751,7 +751,7 @@ uninstall-man: uninstall-man1
> + 
> + 
> + ratpoison.1: $(srcdir)/ratpoison.$(manpage_format).1 Makefile
> +-	tmp=`mktemp` && \
> ++	tmp=`mktemp -ttmp` && \
> + 	sed -e 's|%%sysconfdir%%|$(sysconfdir)|g' \
> + 	    -e 's|%%docdir%%|$(docdir)|g' \
> + 	    < $(srcdir)/ratpoison.$(manpage_format).1 > "$$tmp" && \
> +@@ -759,7 +759,7 @@ ratpoison.1: $(srcdir)/ratpoison.$(manpa
> + 	mv "$$tmp" ratpoison.1
> + 
> + $(srcdir)/ratpoison.man.1: $(srcdir)/ratpoison.mdoc.1
> +-	tmp=`mktemp` && \
> ++	tmp=`mktemp -ttmp` && \
> + 	$(MANDOC) -Tman < $(srcdir)/ratpoison.mdoc.1 > "$$tmp" && \
> + 	chmod 0644 "$$tmp" && \
> + 	mv "$$tmp" $(srcdir)/ratpoison.man.1



Home | Main Index | Thread Index | Old Index