svn commit: r357673 - head/security/openbsm-devel

Ryan Steinmetz zi at FreeBSD.org
Fri Jun 13 12:02:42 UTC 2014


Author: zi
Date: Fri Jun 13 12:02:41 2014
New Revision: 357673
URL: http://svnweb.freebsd.org/changeset/ports/357673
QAT: https://qat.redports.org/buildarchive/r357673/

Log:
  - Remove chown to fix build
  - Bump PORTREVISION
  
  Submitted by:	bdrewery

Modified:
  head/security/openbsm-devel/Makefile

Modified: head/security/openbsm-devel/Makefile
==============================================================================
--- head/security/openbsm-devel/Makefile	Fri Jun 13 11:47:41 2014	(r357672)
+++ head/security/openbsm-devel/Makefile	Fri Jun 13 12:02:41 2014	(r357673)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openbsm
 DISTVERSION=	1.2-alpha3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.trustedbsd.org/downloads/ \
     		http://mirrors.rit.edu/zi/
@@ -43,7 +43,5 @@ IGNORE=		is not needed under FreeBSD 10.
 post-install:
 	@${MKDIR} -m 0770 ${STAGEDIR}${VARAUDIT}/dist
 	@${MKDIR} -m 0700 ${STAGEDIR}${VARAUDIT}/remote
-	@${CHOWN} ${USERS}:${GROUPS} ${STAGEDIR}${VARAUDIT}/dist
-	@${CHOWN} ${USERS}:wheel ${STAGEDIR}${VARAUDIT}/remote
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list