Summary: | net-mgmt/xymon-client: /usr/local/www/xymon/client/{tmp,logs,ext} directory is not created | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | h-fujishima |
Component: | Individual Port(s) | Assignee: | Mark Felder <feld> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
h-fujishima
2013-11-05 06:00:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->feld Over to maintainer (via the GNATS Auto Assign Tool) Author: feld Date: Tue Nov 5 14:00:05 2013 New Revision: 332848 URL: http://svnweb.freebsd.org/changeset/ports/332848 Log: Fix missing dirs for pkg_tools users Convert a gmake to ${GMAKE} PR: ports/183670 Approved by: crees (mentor) Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/pkg-plist Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Tue Nov 5 13:24:00 2013 (r332847) +++ head/net-mgmt/xymon-client/Makefile Tue Nov 5 14:00:05 2013 (r332848) @@ -2,6 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.12 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} @@ -21,7 +22,7 @@ XYMONHOSTIP?= 127.0.0.1 MAKE_JOBS_UNSAFE= yes USES= gmake -CONFIGURE_ENV= MAKE=gmake +CONFIGURE_ENV= MAKE=${GMAKE} MAKE_ENV+= XYMONUSER="${XYMONUSER}" MAKE_ENV+= XYMONHOSTIP="${XYMONHOSTIP}" MAKE_ENV+= INSTALLROOT="${STAGEDIR}" Modified: head/net-mgmt/xymon-client/pkg-plist ============================================================================== --- head/net-mgmt/xymon-client/pkg-plist Tue Nov 5 13:24:00 2013 (r332847) +++ head/net-mgmt/xymon-client/pkg-plist Tue Nov 5 14:00:05 2013 (r332848) @@ -34,6 +34,9 @@ %%WWWDIR%%/client/local/README %%WWWDIR%%/client/runclient.sh @exec chown -R %%XYMONUSER%% %D/%%WWWDIR%%/client +@exec mkdir %D/%%WWWDIR%%/client/ext +@exec mkdir %D/%%WWWDIR%%/client/logs +@exec mkdir %D/%%WWWDIR%%/client/tmp @dirrm %%WWWDIR%%/client/tmp @dirrm %%WWWDIR%%/client/logs @dirrm %%WWWDIR%%/client/local _______________________________________________ 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 Fix committed. Sorry for the inconvenience. |