1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/ldapscripts/pkg-plist
Rong-En Fan 71ed03ba0d - Update to 1.7
PR:		ports/116054
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com> (maintainer)

- Install to PREFIX instead of LOCALBASE
- Use INSTALL_* macros instead of CP
- Handle configuration files per Porter's Handbook
- Documents go to DOCSDIR, not ETCDIR
- Use SourceForge mirror as first choice

Approved by:	Ganael Laplanche <ganael.laplanche at martymac.com> (maintainer)
2007-09-05 15:47:54 +00:00

28 lines
796 B
Plaintext

@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.conf.sample %D/%%ETCDIR%%/ldapscripts.conf; then rm -f %D/%%ETCDIR%%/ldapscripts.conf; fi
%%ETCDIR%%/ldapscripts.conf.sample
@exec if [ ! -f %D/%%ETCDIR%%/ldapscripts.conf ] ; then cp -p %D/%F %B/ldapscripts.conf; fi
%%ETCDIR%%/runtime
%%ETCDIR%%/ldapaddgroup.template.sample
%%ETCDIR%%/ldapadduser.template.sample
%%ETCDIR%%/ldapaddmachine.template.sample
@dirrmtry %%ETCDIR%%
bin/_ldapdeletemachine
bin/_ldapinit
bin/_lsldap
bin/ldapaddgroup
bin/ldapaddmachine
bin/ldapadduser
bin/ldapaddusertogroup
bin/ldapdeletegroup
bin/ldapdeleteuser
bin/ldapdeleteuserfromgroup
bin/ldapsetprimarygroup
bin/ldaprenameuser
bin/_ldaprenamemachine
bin/_ldaprenamegroup
bin/_ldappasswd
bin/_ldapfinger
bin/_ldapmodifygroup
bin/_ldapmodifymachine
bin/_ldapmodifyuser