From b95bf028f41aa760eb7a0e095c9fb0b31f284462 Mon Sep 17 00:00:00 2001 From: anders Date: Sun, 11 Feb 2007 22:26:52 +0000 Subject: Install DOCSDIR with correct permissions. Submitted by: stas --- security/pam-mysql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') 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} -- cgit