aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2007-02-12 06:26:52 +0800
committeranders <anders@FreeBSD.org>2007-02-12 06:26:52 +0800
commitb95bf028f41aa760eb7a0e095c9fb0b31f284462 (patch)
tree6135e7b55d2459f392cffd062931f8b9aeb0f578 /security
parenta1be676e0de46b48c95c8f2d0d5cc12991b32b58 (diff)
downloadfreebsd-ports-graphics-b95bf028f41aa760eb7a0e095c9fb0b31f284462.tar.gz
freebsd-ports-graphics-b95bf028f41aa760eb7a0e095c9fb0b31f284462.tar.zst
freebsd-ports-graphics-b95bf028f41aa760eb7a0e095c9fb0b31f284462.zip
Install DOCSDIR with correct permissions.
Submitted by: stas
Diffstat (limited to 'security')
-rw-r--r--security/pam-mysql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index 3151c4a722c..6a2997a1bea 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -29,7 +29,7 @@ PORTDOCS= *
post-install:
.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}