Lines 5-11
Link Here
|
5 |
// flags passed to the linker |
5 |
// flags passed to the linker |
6 |
|
6 |
|
7 |
-#define SKEL "/usr/share/bisonc++" |
7 |
-#define SKEL "/usr/share/bisonc++" |
8 |
+#define SKEL "%%PREFIX%%/share/"${PROGRAM}"-%%PORTVERSION%%" |
8 |
+#define SKEL "%%PREFIX%%/share/"${PROGRAM} |
9 |
// the directory where the skeleton files are installed |
9 |
// the directory where the skeleton files are installed |
10 |
// Recompile options/data.cc if the skeleton location changes |
10 |
// Recompile options/data.cc if the skeleton location changes |
11 |
|
11 |
|
Lines 22-36
Link Here
|
22 |
// the directory whre the manual page is stored |
22 |
// the directory whre the manual page is stored |
23 |
|
23 |
|
24 |
-#define MANUAL "/usr/share/doc/"${PROGRAM}"-doc/manual" |
24 |
-#define MANUAL "/usr/share/doc/"${PROGRAM}"-doc/manual" |
25 |
+#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%/manual" |
25 |
+#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"/manual" |
26 |
// the directory whre the manual page is stored |
26 |
// the directory whre the manual page is stored |
27 |
|
27 |
|
28 |
-#define STD "/usr/share/doc/"${PROGRAM} |
28 |
-#define STD "/usr/share/doc/"${PROGRAM} |
29 |
+#define STD "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" |
29 |
+#define STD "%%PREFIX%%/share/doc/"${PROGRAM} |
30 |
// the directory where the standard documentation is stored |
30 |
// the directory where the standard documentation is stored |
31 |
|
31 |
|
32 |
-#define EXTRA "/usr/share/doc/"${PROGRAM}"-doc" |
32 |
-#define EXTRA "/usr/share/doc/"${PROGRAM}"-doc" |
33 |
+#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" |
33 |
+#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM} |
34 |
// the directory where the extra documentation is stored |
34 |
// the directory where the extra documentation is stored |
35 |
|
35 |
|
36 |
|
36 |
|