svn commit: r354998 - head/devel/nana/files

Vanilla I. Shu vanilla at FreeBSD.org
Sat May 24 07:50:41 UTC 2014


Author: vanilla
Date: Sat May 24 07:50:40 2014
New Revision: 354998
URL: http://svnweb.freebsd.org/changeset/ports/354998
QAT: https://qat.redports.org/buildarchive/r354998/

Log:
  Fix build.

Added:
  head/devel/nana/files/
  head/devel/nana/files/patch-man__Makefile.in   (contents, props changed)

Added: head/devel/nana/files/patch-man__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/nana/files/patch-man__Makefile.in	Sat May 24 07:50:40 2014	(r354998)
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig	2014-05-24 15:43:45.847868248 +0800
++++ man/Makefile.in	2014-05-24 15:48:20.693847531 +0800
+@@ -274,7 +274,7 @@ install-data-local:
+ 	@sect=1;				\
+ 	inst=`echo "nana" | sed '$(transform)'`.1; \
+ 	echo installing nana.1 as $(mandir)/man$$sect/$$inst; \
+-	$(INSTALL_DATA) $(srcdir)/nana.1 $(mandir)/man$$sect/$$inst
++	$(INSTALL_DATA) $(srcdir)/nana.1 $(DESTDIR)$(mandir)/man$$sect/$$inst
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.


More information about the svn-ports-all mailing list