diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-09-03 17:13:29 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-09-03 17:13:29 +0000 |
commit | 3c005206b96b4e08de4d42fe3abd7146454e0b23 (patch) | |
tree | 8565ca5dd7a6010059b36cbd14b2e9595d685daf | |
parent | 87d3e2e609bc17a41aa3efda745eb748a92adfdc (diff) | |
download | freebsd-ports-3c005206b96b4e08de4d42fe3abd7146454e0b23.zip |
Install schema.OpenLDAP into DOCSDIR.
Prompted by: flz
-rw-r--r-- | security/sudo/Makefile | 1 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 4b4d27ae322a..1777fa586d34 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -88,6 +88,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${DOCSDIR} .if defined(WITH_LDAP) ${INSTALL_DATA} ${WRKSRC}/README.LDAP ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/schema.OpenLDAP ${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/sudoers2ldif ${DOCSDIR} .endif .endif diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index c5957612a91a..5f80f8c7f5b4 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -14,5 +14,6 @@ sbin/visudo %%PORTDOCS%%%%DOCSDIR%%/UPGRADE %%PORTDOCS%%%%DOCSDIR%%/sample.sudoers %%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.LDAP +%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.OpenLDAP %%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/sudoers2ldif %%PORTDOCS%%@dirrm %%DOCSDIR%% |