svn commit: r319226 - head/net-mgmt/xymon-server

Steve Wills swills at FreeBSD.org
Mon May 27 12:44:13 UTC 2013


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"


More information about the svn-ports-all mailing list