1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/nss_ldap/pkg-plist
Ganael LAPLANCHE 24baed54a8 - Fix several default paths relative to PREFIX
- Move REINPLACE_CMDs to the post-patch target to avoid patching
  the same files again when re-running the install target
- Provide a .conf file from the .conf.sample one
- Add a LOCAL mirror

PR:	154843
Approved by:	Michael Graziano <mikeg@bsd-box.net> (maintainer),
		ehaupt (mentor)
Feature safe:	yes
2011-02-18 08:41:07 +00:00

5 lines
226 B
Plaintext

lib/nss_ldap.so.1
@unexec if cmp -s %D/etc/nss_ldap.conf %D/etc/nss_ldap.conf.sample; then rm -f %D/etc/nss_ldap.conf; fi
etc/nss_ldap.conf.sample
@exec if [ ! -f %D/etc/nss_ldap.conf ]; then cp %B/%f %D/etc/nss_ldap.conf; fi