diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-09-04 01:13:29 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-09-04 01:13:29 +0800 |
commit | 4ba172e2991ab83e437a049cc92d33b42d43587e (patch) | |
tree | 7d0e76a91e599b6ce4aecfa775b91b97d5efa1ae /security/sudo | |
parent | 463fc05efa9dade3442a5c8229e04a6fe968bc36 (diff) | |
download | freebsd-ports-gnome-4ba172e2991ab83e437a049cc92d33b42d43587e.tar.gz freebsd-ports-gnome-4ba172e2991ab83e437a049cc92d33b42d43587e.tar.zst freebsd-ports-gnome-4ba172e2991ab83e437a049cc92d33b42d43587e.zip |
Install schema.OpenLDAP into DOCSDIR.
Prompted by: flz
Diffstat (limited to 'security/sudo')
-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%% |