Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:44:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319226 - head/net-mgmt/xymon-server
Message-ID:  <201305271244.r4RCiDWm089585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon May 27 12:44:13 2013
New Revision: 319226
URL: http://svnweb.freebsd.org/changeset/ports/319226

Log:
  - Fix permissions change
  
  Reported by:	redports

Modified:
  head/net-mgmt/xymon-server/Makefile

Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile	Mon May 27 12:35:33 2013	(r319225)
+++ head/net-mgmt/xymon-server/Makefile	Mon May 27 12:44:13 2013	(r319226)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xymon
 PORTVERSION=	4.3.11
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	SF/xymon/Xymon/${PORTVERSION}
 PKGNAMESUFFIX=	-server${PKGNAMESUFFIX2}
@@ -19,8 +20,8 @@ RUN_DEPENDS=	rrdtool:${PORTSDIR}/databas
 		fping:${PORTSDIR}/net/fping \
 		mtr:${PORTSDIR}/net/mtr-nox11
 
-USERS=	xymon
-GROUPS=	xymon
+USERS=		xymon
+GROUPS=		xymon
 
 # Options
 XYMONUSER?=	xymon
@@ -34,6 +35,7 @@ CONFIGURE_ENV=	MAKE=gmake
 MAKE_ENV+=	XYMONUSER="${XYMONUSER}"
 MAKE_ENV+=	XYMONHOSTNAME="${XYMONHOSTNAME}"
 MAKE_ENV+=	XYMONHOSTIP="${XYMONHOSTIP}"
+MAKE_ARGS+=	PKGBUILD="true"
 USE_RC_SUBR=	xymon-server
 SUB_LIST+=	XYMONUSER="${XYMONUSER}"
 PLIST_SUB+=	XYMONUSER="${XYMONUSER}" VARBASE="/var"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271244.r4RCiDWm089585>