aboutsummaryrefslogtreecommitdiff
path: root/security/pam-mysql
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2007-02-11 22:26:52 +0000
committerAnders Nordby <anders@FreeBSD.org>2007-02-11 22:26:52 +0000
commitb0510fa32ec7587d7388c3e8ac099d1188e02092 (patch)
treea2f31b34417b5b8ddf493c2e4b74e1d08789d8d6 /security/pam-mysql
parent94197fe4597eb0a1ecba45c572ad9c8aa5e2c01c (diff)
downloadports-b0510fa32ec7587d7388c3e8ac099d1188e02092.tar.gz
ports-b0510fa32ec7587d7388c3e8ac099d1188e02092.zip
Install DOCSDIR with correct permissions.
Submitted by: stas
Notes
Notes: svn path=/head/; revision=184919
Diffstat (limited to 'security/pam-mysql')
-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 3151c4a722ce..6a2997a1bea5 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}