svn commit: r340025 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Fri Jan 17 10:30:16 UTC 2014


Author: sem
Date: Fri Jan 17 10:30:16 2014
New Revision: 340025
URL: http://svnweb.freebsd.org/changeset/ports/340025
QAT: https://qat.redports.org/buildarchive/r340025/

Log:
  - Remove chown ${ETCDIR}
  
  PR:		ports/185472
  Submitted by:	Carlos Jacobo Puga Medina <cjpugmed at gmail.com>

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Fri Jan 17 10:23:28 2014	(r340024)
+++ head/dns/unbound/Makefile	Fri Jan 17 10:30:16 2014	(r340025)
@@ -118,7 +118,6 @@ post-patch:
 	@${RM} ${WRKSRC}/util/configlexer.c
 
 post-install:
-	@${CHOWN} ${USERS} ${ETCDIR}
 .if ${PORT_OPTIONS:MMUNIN}
 	@${MKDIR} ${PREFIX}/share/munin/plugins
 	@${MKDIR} ${PREFIX}/etc/munin/plugins


More information about the svn-ports-all mailing list