Ticket #657: patch-sysutils_osxutils

File patch-sysutils_osxutils, 2.4 KB (added by robert@…, 21 years ago)

Patch to fix man page installation to be <prefix>/man

Line 
1--- /dev/null   Sat Jun 21 10:49:42 2003
2+++ files/patch-project.pbxproj Sat Jun 21 10:41:52 2003
3@@ -0,0 +1,65 @@
4+--- osxutils.pbproj/project.pbxproj.orig       Sat Jun 21 10:40:23 2003
5++++ osxutils.pbproj/project.pbxproj    Sat Jun 21 10:40:39 2003
6+@@ -243,7 +243,7 @@
7+               };
8+               353A48FD047960BE00C07315 = {
9+                       buildActionMask = 8;
10+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
11++                      dstPath = "$(INSTALL_PATH)/man/man1";
12+                       dstSubfolderSpec = 0;
13+                       files = (
14+                               35CEBF9604897B9F00C07315,
15+@@ -253,7 +253,7 @@
16+               };
17+               353A48FF0479614900C07315 = {
18+                       buildActionMask = 8;
19+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
20++                      dstPath = "$(INSTALL_PATH)/man/man1";
21+                       dstSubfolderSpec = 0;
22+                       files = (
23+                               35CEBF8A04897B9F00C07315,
24+@@ -263,7 +263,7 @@
25+               };
26+               353A49000479616900C07315 = {
27+                       buildActionMask = 8;
28+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
29++                      dstPath = "$(INSTALL_PATH)/man/man1";
30+                       dstSubfolderSpec = 0;
31+                       files = (
32+                               35CEBF9B04897C6600C07315,
33+@@ -273,7 +273,7 @@
34+               };
35+               353A49010479617700C07315 = {
36+                       buildActionMask = 8;
37+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
38++                      dstPath = "$(INSTALL_PATH)/man/man1";
39+                       dstSubfolderSpec = 0;
40+                       files = (
41+                               35CEBF7E04897B9F00C07315,
42+@@ -283,7 +283,7 @@
43+               };
44+               353A49020479618200C07315 = {
45+                       buildActionMask = 8;
46+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
47++                      dstPath = "$(INSTALL_PATH)/man/man1";
48+                       dstSubfolderSpec = 0;
49+                       files = (
50+                               35CEBF7204897B9F00C07315,
51+@@ -293,7 +293,7 @@
52+               };
53+               353A49030479618D00C07315 = {
54+                       buildActionMask = 8;
55+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
56++                      dstPath = "$(INSTALL_PATH)/man/man1";
57+                       dstSubfolderSpec = 0;
58+                       files = (
59+                               35CEBF9C04897C8E00C07315,
60+@@ -1389,7 +1389,7 @@
61+               };
62+               C6A0FF2D029079AD04C91782 = {
63+                       buildActionMask = 8;
64+-                      dstPath = "$(INSTALL_PATH)/share/man/man1";
65++                      dstPath = "$(INSTALL_PATH)/man/man1";
66+                       dstSubfolderSpec = 0;
67+                       files = (
68+                               35CEBF8D04897B9F00C07315,
69diff -b -u -w -r1.2 Portfile
70--- Portfile.orig       5 Jun 2003 02:28:12 -0000       1.2
71+++ Portfile    21 Jun 2003 17:59:17 -0000
72@@ -24,6 +24,7 @@
73                 http://switch.dl.sourceforge.net/sourceforge/${name}/ \
74                 http://cesnet.dl.sourceforge.net/sourceforge/${name}/
75 checksums      md5 f6c3f267e6ac8013926e9a77a1e05f67
76+patchfiles     patch-project.pbxproj
77 pre-configure   {
78                  reinplace "s|/usr/local|${prefix}|g" \
79                            "${worksrcpath}/Makefile"