Summary: | [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason Helfman <jgh> | ||||
Component: | Individual Port(s) | Assignee: | Hiroki Sato <hrs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | hrs | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jason Helfman
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->hrs Over to maintainer (via the GNATS Auto Assign Tool) This bit is defined before bsd.port.pre.mk is included: MAKE_ENV= KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/ -jgh -- Jason Helfman FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve hrs 2012-06-20 07:52:17 UTC FreeBSD ports repository Modified files: print/acroreadwrapper Makefile Log: Style fix: include bsd.port.pre.mk before using SRC_BASE. PR: ports/169218 Submitted by: jgh Revision Changes Path 1.18 +4 -2 ports/print/acroreadwrapper/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. |