Details
Details
- Reviewers
bapt mat - Commits
- rP404329: - Update to 2.6.0.0
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 1783 Build 1789: arc lint + arc unit
Event Timeline
| games/asc/Makefile | ||
|---|---|---|
| 49–50 | Do you mind to explain this to me. We used always %%DATADIR%% for PLIST_FILES, https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html 6.14.3. Best Practices, Suggest also to use %%FOO%%. | |
| games/asc/Makefile | ||
|---|---|---|
| 49–50 | The only reason there are %%FOO%% thingies in the pkg-plist files is because we need a way to represent the content of ${FOO} in there. When you are in the Makefile, you already have access to ${FOO} there is no need to not use it directly. I'll change the porter's handbook bit about java best practices, I don't use java so I never went over that section. | |