Fixes a shebang line in a perl script which prevented installation.
Details
Details
- Reviewers
koobs - Group Reviewers
Contributor Reviewers (ports)
- make install
- verify that it passes qa check
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 1139 Build 1143: arc lint + arc unit
Event Timeline
print/gutenprint-cups/Makefile | ||
---|---|---|
20–21 | This somehow looks wrong, there must be missing something, like maybe USES=perl5 that would add ac_cv_path_PERL=${PERL} and ac_cv_path_PERL_PATH=${PERL} to CONFIGURE_ARGS. |
print/gutenprint-base/Makefile | ||
---|---|---|
30–37 | Any reason these cant be put before bsd.port.options.mk, thereby removing the need for both bsd.port.options.mk and bsd.port.pre.mk ? |
Comment Actions
It looks like different fix to some other problem to me.
print/gutenprint-base/Makefile | ||
---|---|---|
30–37 | I am not sure how to fix this. My intention was not to touch much of the port, just make the perl5 use flag pass from the top down to the base port. |