Fixed packaging issue due to plist issue
Used with/enable instead of on/off when possible
Added License file while here
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19089 Build 18717: arc lint + arc unit
Event Timeline
multimedia/gxine/Makefile | ||
---|---|---|
31 | This is no longer available in ports, and gxine works without it |
multimedia/gxine/Makefile | ||
---|---|---|
6 | Why go from 0 to 2? 1 was not good enough? | |
35 | Remove --without-dbus, it is already present in the previous line. As for the other one, it should probably be using *_CONFIGURE_ENABLE. | |
42–43 | Remove this. | |
42–45 | Remove the .if/.endif, leave the content. | |
55–56 | Never ever install files with CP, use one of the INSTALL_* macros. | |
56–60 | post-install-WEBPLUGIN-on: |
Comment Actions
Updating D16854: multimedia/gxine: Fixed PLIST issue; Change on/off options
Updated with mat's suggestions