Summary: | [patch] sysutils/freeipmi: fix non-root 'make stage' | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jhein> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | sunpoet | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Hein
2014-01-22 18:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool) Author: sunpoet Date: Tue Feb 4 11:41:10 2014 New Revision: 342500 URL: http://svnweb.freebsd.org/changeset/ports/342500 QAT: https://qat.redports.org/buildarchive/r342500/ Log: - Fix staging support PR: ports/186012 Submitted by: John Hein <jhein@symmetricom.com> Modified: head/sysutils/freeipmi/Makefile Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Tue Feb 4 11:41:05 2014 (r342499) +++ head/sysutils/freeipmi/Makefile Tue Feb 4 11:41:10 2014 (r342500) @@ -63,7 +63,4 @@ post-patch: ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .endif -post-install: - ${MKDIR} -m 0700 ${CACHE_DIR}/ipmimonitoringsdrcache ${LOG_DIR}/ ${RUN_DIR}/ - .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |