|
Lines 4328-4334
For any of these dependency types:
Link Here
|
| 4328 |
* `LIB_DEPENDS` |
4328 |
* `LIB_DEPENDS` |
| 4329 |
* `RUN_DEPENDS` |
4329 |
* `RUN_DEPENDS` |
| 4330 |
|
4330 |
|
| 4331 |
When option _OPT_ is selected, the value of `PT_DEPTYPE`, if defined, is appended to `DEPTYPE`. `OPT_DEPTYPE_OFF` works the same, but when `OPT` is _not_ selected. For example: |
4331 |
When option _OPT_ is selected, the value of `OPT_DEPTYPE`, if defined, is appended to `DEPTYPE`. `OPT_DEPTYPE_OFF` works the same, but when `OPT` is _not_ selected. For example: |
| 4332 |
|
4332 |
|
| 4333 |
[.programlisting] |
4333 |
[.programlisting] |
| 4334 |
.... |
4334 |
.... |
|
Lines 4760-4766
These macros do not add the installed files to [.filename]#pkg-plist#. They must
Link Here
|
| 4760 |
[[install-documentation]] |
4760 |
[[install-documentation]] |
| 4761 |
=== Install Additional Documentation |
4761 |
=== Install Additional Documentation |
| 4762 |
|
4762 |
|
| 4763 |
If the software has some documentation other than the standard man and info pages that is useful for the user, install it under `DOCSDIR` This can be done, like the previous item, in the `post-install` target. |
4763 |
If the software has some documentation other than the standard man and info pages that is useful for the user, install it under `DOCSDIR`. This can be done, like the previous item, in the `post-install` target. |
| 4764 |
|
4764 |
|
| 4765 |
Create a new directory for the port. The directory name is `DOCSDIR`. This usually equals `PORTNAME`. However, if the user might want different versions of the port to be installed at the same time, the whole `PKGNAME` can be used. |
4765 |
Create a new directory for the port. The directory name is `DOCSDIR`. This usually equals `PORTNAME`. However, if the user might want different versions of the port to be installed at the same time, the whole `PKGNAME` can be used. |
| 4766 |
|
4766 |
|