svn commit: r402324 - head/net/chrony

Kurt Jaeger pi at FreeBSD.org
Mon Nov 23 20:04:22 UTC 2015


Author: pi
Date: Mon Nov 23 20:04:20 2015
New Revision: 402324
URL: https://svnweb.freebsd.org/changeset/ports/402324

Log:
  net/chrony: prefix fix, remove setuid-root mode
  
  PR:		204018
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>
  Reviewed by:	koobs
  Approved by:	masaki at club.kyutech.ac.jp (maintainer timeout)

Modified:
  head/net/chrony/Makefile
  head/net/chrony/pkg-plist

Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile	Mon Nov 23 19:52:04 2015	(r402323)
+++ head/net/chrony/Makefile	Mon Nov 23 20:04:20 2015	(r402324)
@@ -18,7 +18,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 USES=		cpe gmake makeinfo readline
 CPE_VENDOR=	tuxfamily
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
+		--sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
 		--datarootdir=${DATADIR} --docdir=${DOCSDIR}
 USE_RC_SUBR=	chronyd
 

Modified: head/net/chrony/pkg-plist
==============================================================================
--- head/net/chrony/pkg-plist	Mon Nov 23 19:52:04 2015	(r402323)
+++ head/net/chrony/pkg-plist	Mon Nov 23 20:04:20 2015	(r402324)
@@ -6,6 +6,6 @@ man/man1/chrony.1.gz
 man/man1/chronyc.1.gz
 man/man5/chrony.conf.5.gz
 man/man8/chronyd.8.gz
-@(,,4755) sbin/chronyd
+sbin/chronyd
 @dir /var/lib/chrony
 @dir /var/lib


More information about the svn-ports-all mailing list