aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-06-13 20:02:41 +0800
committerzi <zi@FreeBSD.org>2014-06-13 20:02:41 +0800
commit9ac65e6810215957b5a053fa4ae828d5f0d6a0ba (patch)
tree031f93aa04a685abb6078ee014b2d85062e55cdc /security
parenta4a6e366523317b2a9d0d425ecf24f3f09308c54 (diff)
downloadfreebsd-ports-gnome-9ac65e6810215957b5a053fa4ae828d5f0d6a0ba.tar.gz
freebsd-ports-gnome-9ac65e6810215957b5a053fa4ae828d5f0d6a0ba.tar.zst
freebsd-ports-gnome-9ac65e6810215957b5a053fa4ae828d5f0d6a0ba.zip
- Remove chown to fix build
- Bump PORTREVISION Submitted by: bdrewery
Diffstat (limited to 'security')
-rw-r--r--security/openbsm-devel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openbsm-devel/Makefile b/security/openbsm-devel/Makefile
index e37ddec0d7ad..35d10a7106c6 100644
--- a/security/openbsm-devel/Makefile
+++ b/security/openbsm-devel/Makefile
@@ -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>