1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove chown to fix build

- Bump PORTREVISION

Submitted by:	bdrewery
This commit is contained in:
Ryan Steinmetz 2014-06-13 12:02:41 +00:00
parent b46f80ca64
commit 4c78f72eb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357673

View File

@ -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.x or higher
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>