diff options
Diffstat (limited to 'net/linux-f10-openldap/Makefile')
-rw-r--r-- | net/linux-f10-openldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linux-f10-openldap/Makefile b/net/linux-f10-openldap/Makefile index 9ca426478bd3..6c6d9fa9ffef 100644 --- a/net/linux-f10-openldap/Makefile +++ b/net/linux-f10-openldap/Makefile @@ -21,7 +21,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: |