Update sysutils/rubygem-parallel to version 1.4.0
[dports.git] / sysutils / gkrellm2 / files / patch-Makefile
1 Index: Makefile
2 diff -u Makefile.orig Makefile
3 --- Makefile.orig       2010-10-03 01:21:01.000000000 +0900
4 +++ Makefile    2014-06-18 01:31:33.764515607 +0900
5 @@ -3,7 +3,9 @@
6  #      make
7  # For FreeBSD 2.X:
8  #      make freebsd2
9 -# For FreeBSD 3.X or later:
10 +# For FreeBSD 3.X and 4.X:
11 +#      make freebsd3
12 +# For FreeBSD 5.X or later:
13  #      make freebsd
14  # For NetBSD 1.5 - 1.6.X
15  #      make netbsd1
16 @@ -120,7 +122,7 @@
17  export MANDIR SMANDIR MANDIRMODE MANMODE
18  export OS_NAME OS_RELEASE
19  
20 -enable_nls=1
21 +enable_nls?=1
22  debug=0
23  export enable_nls
24  export debug
25 @@ -162,8 +164,8 @@
26         rm -f $(PKGCONFIGDIR)/gkrellm.pc
27  
28  install_gkrellm.pc:
29 -       $(INSTALL) -d $(PKGCONFIGDIR)
30 -       $(INSTALL) -m $(INCLUDEMODE) -c gkrellm.pc $(PKGCONFIGDIR)
31 +       $(INSTALL) -d $(DESTDIR)$(PKGCONFIGDIR)
32 +       $(INSTALL) -m $(INCLUDEMODE) -c gkrellm.pc $(DESTDIR)$(PKGCONFIGDIR)
33  
34  install_darwin install_darwin9 install_macosx: install_gkrellm.pc
35         (cd po && ${MAKE} install)