don't mess with the permissions of the ports directory

found by systrace
This commit is contained in:
sturm 2005-12-22 22:38:52 +00:00
parent 249392e352
commit 9feb012185

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2004/11/21 18:01:03 espie Exp $ # $OpenBSD: Makefile,v 1.20 2005/12/22 22:38:52 sturm Exp $
COMMENT= "system performance measurement" COMMENT= "system performance measurement"
DISTNAME= lmbench DISTNAME= lmbench
@ -57,6 +57,6 @@ do-install:
# Fix packaging for non-root # Fix packaging for non-root
post-install: post-install:
@chmod -R a+rX * ${PREFIX}/lib/lmbench @chmod -R a+rX ${PREFIX}/lib/lmbench
.include <bsd.port.mk> .include <bsd.port.mk>