diff options
Diffstat (limited to 'net/linux-c6-openldap/Makefile')
-rw-r--r-- | net/linux-c6-openldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linux-c6-openldap/Makefile b/net/linux-c6-openldap/Makefile index 5861defb7221..d89bec14425b 100644 --- a/net/linux-c6-openldap/Makefile +++ b/net/linux-c6-openldap/Makefile @@ -22,7 +22,7 @@ PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README # do not install any openldap configuration directories/files post-extract: - ${RM} -rf ${WRKSRC}/etc + ${RM} -r ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: |