| Summary: | Allow ${TAR} to be overridden in print/ghostscript8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Adam Weinberger <adamw> | ||||
| Component: | Individual Port(s) | Assignee: | Document Engineering Group (Nobody) <doceng> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->doceng Over to doceng. hrs 2008-10-05 03:14:05 UTC
FreeBSD ports repository
Modified files:
print/ghostscript8 Makefile
Log:
Add a hyphen to ${TAR}'s option. It is useful when ${TAR} is
overridden by the user.
Submitted by: adamw
PR: ports/127165
Revision Changes Path
1.176 +2 -2 ports/print/ghostscript8/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks for your report! |
If you've overridden ${TAR} (say, to add other options), the invocation in the port Makefile has to be ${TAR} -options. If the Makefile uses ${TAR} options (i.e., no hyphen), tar freaks out. Attached patch simply adds hyphens before the options, and allows ${TAR} to be overridden in, for example, /etc/make.conf. Fix: It's been a very long time since I've sent a PR. If I'm putting the patch in wrong, I apologize in advance.