diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-11 16:45:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-11 16:45:26 +0000 |
commit | 7e1a9dfcfa7ab66a5a2fe0db69ca14f0a43924c2 (patch) | |
tree | 01ff546bd7ff4089e94f67c950d342cc810d76c6 /mail/courier-authldap/PLIST | |
parent | 27f85d7e15d731407b4e840abfb77baeef620953 (diff) | |
download | pkgsrc-7e1a9dfcfa7ab66a5a2fe0db69ca14f0a43924c2.tar.gz |
Force the creation of directories before installing files in them, and
update the PLISTs to try removing these directories on deinstallation.
Also use ${HTMLDIR} to refer to the common location for courier HTML
documentation.
Diffstat (limited to 'mail/courier-authldap/PLIST')
-rw-r--r-- | mail/courier-authldap/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/courier-authldap/PLIST b/mail/courier-authldap/PLIST index 4c17d18ad29..2533eccf7dd 100644 --- a/mail/courier-authldap/PLIST +++ b/mail/courier-authldap/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/21 14:43:16 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/03/11 16:45:26 jlam Exp $ libexec/courier/authlib/authdaemond.ldap share/doc/courier/README.ldap share/examples/courier/authldap.schema share/examples/courier/authldaprc.dist +@unexec ${RMDIR} -p %D/share/doc/courier 2>/dev/null || ${TRUE} |